Skip to content

Commit

Permalink
Test pypi_build_publish_template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaresToine authored Aug 7, 2024
1 parent 17c83f2 commit 24d6d30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pypi_build_publish_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
run: python setup.py clean sdist

- name: Upload to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python -m twine upload --repository pypi dist/*

0 comments on commit 24d6d30

Please sign in to comment.