Skip to content

Commit

Permalink
try token
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Oct 10, 2024
1 parent 8aa6d60 commit af1dd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
user: __token__
password: ${{ secrets.PYPI_PASSWORD }} # Ensure the secret name is correct

0 comments on commit af1dd34

Please sign in to comment.