Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lassoan authored Sep 6, 2024
1 parent 56136ea commit 362bc57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: test
password: A${{ secrets.PYPI_API_TOKEN }}B
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 362bc57

Please sign in to comment.