Skip to content

Commit

Permalink
Update python-publish-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccorl authored Feb 7, 2024
1 parent 7ecadd4 commit ab7d760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit ab7d760

Please sign in to comment.