Skip to content

Commit

Permalink
enabled workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dariomalchiodi committed Oct 13, 2024
1 parent 576c500 commit de62796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install -r requirements.txt
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Publish Python 🐍 distribution 📦 to PyPI
- name: Publish Python 🐍 distribution 📦 to PyPI
env: PYPI_TOKEN = ${{ secrets.PYPI_TOKEN }}
run: python -m twine upload dist/* --username __token__ \
--passowrd $PYPI_TOKEN
Expand Down

0 comments on commit de62796

Please sign in to comment.