Skip to content

Commit

Permalink
Fix typo in PyPI deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
smsearcy committed Feb 9, 2023
1 parent e0f9085 commit b5e95f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI.API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit b5e95f3

Please sign in to comment.