Skip to content

Commit

Permalink
馃殤馃懛Pass proper secret to PyPI publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 12, 2020
1 parent 3e73dd6 commit 0341a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Expand Up @@ -258,4 +258,4 @@ jobs:
github.event.ref_type == 'tag'
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 0341a0b

Please sign in to comment.