Skip to content

Commit

Permalink
Fix PYPI_API_TOKEN secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
haru-mamburu authored Mar 8, 2023
1 parent b8b71f5 commit cb8389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
python_version: "3.9.16"

0 comments on commit cb8389a

Please sign in to comment.