Skip to content

Commit

Permalink
ci: use PyPi token for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HokageM committed Mar 28, 2024
1 parent c17b115 commit d3d5c3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Publish to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python -m twine upload --repository pypi dist/*

0 comments on commit d3d5c3c

Please sign in to comment.