Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
I think we need this change to fix the deploy action
  • Loading branch information
andreasprlic authored Sep 6, 2024
1 parent 453c1f1 commit 0a4279b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 0a4279b

Please sign in to comment.