Skip to content

Commit

Permalink
update pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
martvanrijthoven committed May 23, 2024
1 parent 603e4e6 commit 0662e76
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@ jobs:
- name: "Builds and uploads to PyPI"
run: |
python -m build
python -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD }}
python -m twine upload -u __token__ -p ${{ secrets.PYPI_UPLOAD }} dist/*

0 comments on commit 0662e76

Please sign in to comment.