Skip to content

Commit

Permalink
Merge pull request #126 from benjeffery/PyPIpassword
Browse files Browse the repository at this point in the history
Use production PyPI password
  • Loading branch information
benjeffery authored May 23, 2020
2 parents c83e232 + dd98c09 commit 4a5e9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ jobs:
if: github.event_name == 'release' && !startsWith(github.event.release.tag_name, 'C_')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_pypi_password }}
password: ${{ secrets.pypi_password }}

0 comments on commit 4a5e9f3

Please sign in to comment.