Skip to content

Commit

Permalink
Update deploy workflow for PyPI 2fa
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtritt authored Mar 5, 2024
1 parent c186da5 commit 9c146cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install twine
ls -1 dist
python -m twine upload --u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }} --skip-existing dist/*
python -m twine upload --u __token__ -p ${{ secrets.PYPI_TOKEN }} --skip-existing dist/*
- name: Publish wheel and source distributions as a GitHub release
run: |
Expand Down

0 comments on commit 9c146cb

Please sign in to comment.