Skip to content

Commit ef0a1bf

Browse files
committed
Use specific version of pypi publish image
1 parent 0e389ab commit ef0a1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pipenv run python setup.py sdist
2626
- name: Publish package
2727
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
28-
uses: pypa/gh-action-pypi-publish@master
28+
uses: pypa/gh-action-pypi-publish@v1.0.0a0
2929
with:
3030
user: __token__
3131
password: ${{ secrets.pypi }}

0 commit comments

Comments
 (0)