Skip to content

Commit

Permalink
fix: check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Dec 5, 2024
1 parent 4b07924 commit 9f0d926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ jobs:
ref: release
fetch-depth: 0
persist-credentials: false
ssh-key: ${{ secrets.DEPLOY_KEY }}
- name: Python Semantic Release
id: release
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ssh-key: ${{ secrets.DEPLOY_KEY }}

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

0 comments on commit 9f0d926

Please sign in to comment.