Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 authored Jan 7, 2024
1 parent 59c7227 commit cc9d816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Upload release
run: |
python setup.py sdist
twine upload dist/* -u __token__ -p {{ secrets.PYPI_PASSWORD }}
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_PASSWORD }}

0 comments on commit cc9d816

Please sign in to comment.