Skip to content

Commit

Permalink
Fix secret name (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay authored Sep 26, 2024
1 parent 604b693 commit 021511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish-ezmsg-sigproc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Publish Package
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_SIGPROC }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: uvx twine upload dist/*

0 comments on commit 021511b

Please sign in to comment.