Skip to content

Commit

Permalink
Fix PyPa workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminiuga committed Mar 27, 2020
2 parents acb0d58 + 53f1a19 commit e059925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Expand Up @@ -21,6 +21,6 @@ jobs:
run: >-
python3 setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@test-master
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit e059925

Please sign in to comment.