Skip to content

Commit

Permalink
fix: pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst authored Aug 2, 2022
1 parent d02af66 commit 92efaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_PASSWORD }}
repository_url: https://upload.pypi.org/legacy/

0 comments on commit 92efaaf

Please sign in to comment.