Skip to content

Commit

Permalink
Update release-pypi.yml
Browse files Browse the repository at this point in the history
fix api key
  • Loading branch information
MMathisLab authored Nov 2, 2024
1 parent efbaab2 commit 2732bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
run: |
make dist
ls dist/
Expand Down

0 comments on commit 2732bf4

Please sign in to comment.