Skip to content

Commit

Permalink
fix: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Dec 5, 2024
1 parent 9f0d926 commit 1ee541b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Publish package distributions to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit 1ee541b

Please sign in to comment.