Skip to content

Commit

Permalink
Merge pull request #158 from rafi-rr/rafi-rr/fix_publish
Browse files Browse the repository at this point in the history
Switch to PyPI API token publishing
  • Loading branch information
licht1stein authored Mar 11, 2024
2 parents 99f53eb + fb037bb commit bbc819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
run: pip install poetry
- name: Upload to pypi.org
run: |
poetry publish --build -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASSWORD }}
poetry publish --build -u __token__ -p ${{ secrets.PYPI_APITOKEN }}

0 comments on commit bbc819e

Please sign in to comment.