Skip to content

Commit

Permalink
fix pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 12, 2022
1 parent 362ac50 commit c53b2bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ jobs:
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_PASSWORD }}
# password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit c53b2bf

Please sign in to comment.