Use specific version of pypi publish image

This commit is contained in:
Daniel G. Taylor 2019-10-23 15:03:13 -07:00
parent 0e389abbef
commit ef0a1bf50c
No known key found for this signature in database
GPG Key ID: 7BD6DC99C9A87E22

View File

@ -25,7 +25,7 @@ jobs:
run: pipenv run python setup.py sdist
- name: Publish package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.0.0a0
with:
user: __token__
password: ${{ secrets.pypi }}