Skip to content

Commit

Permalink
Update action with 2FA (#522)
Browse files Browse the repository at this point in the history
Handles the move to 2FA for pypi.
  • Loading branch information
andrewtarzia committed Feb 13, 2024
1 parent 1627838 commit f628cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Publish
run:
twine upload
-u ${{ secrets.PYPI_USERNAME }}
-p ${{ secrets.PYPI_PASSWORD }}
-u __token__
-p ${{ secrets.PYPI_API_TOKEN }}
dist/*

0 comments on commit f628cd0

Please sign in to comment.