Skip to content

Commit

Permalink
Update secrets variable for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Mar 8, 2022
1 parent 37a43f4 commit db8b501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit db8b501

Please sign in to comment.