Skip to content

Commit

Permalink
added correct env pypi variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dariomalchiodi committed Oct 13, 2024
1 parent 34dc11f commit 7a5a6f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Publish Python 🐍 distribution 📦 to PyPI
env: PYPI_TOKEN = ${{ secrets.PYPI_TOKEN }}
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: python -m twine upload dist/* --username __token__ \
--passowrd $PYPI_TOKEN

0 comments on commit 7a5a6f0

Please sign in to comment.