Skip to content

Commit

Permalink
switch publish to PyPI API token
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi-rr committed Mar 6, 2024
1 parent b884e21 commit 7cd833e
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 7cd833e

Please sign in to comment.