From 1ee541b86c29f819274e5997ff3c42247ca845cb Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Thu, 5 Dec 2024 10:13:18 -0500 Subject: [PATCH] fix: try again --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 873343f..5b05331 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,13 +75,11 @@ jobs: with: ref: release fetch-depth: 0 - persist-credentials: false + persist-credentials: true ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Python Semantic Release id: release uses: python-semantic-release/python-semantic-release@v9.14.0 - with: - ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@v1.12.2