Skip to content

Commit

Permalink
Update release.yml (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 authored Jan 7, 2024
2 parents 59c7227 + cc9d816 commit 21714d9
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 21714d9

Please sign in to comment.