Skip to content

Commit bf39f1b

Browse files
author
Scott Sanderson
committedMay 7, 2020
BUG: Use specific version.
1 parent 7ba0b3f commit bf39f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: python setup.py sdist
2222

2323
- name: Publish to Test PyPI
24-
uses: pypa/gh-action-pypi-publish@v1
24+
uses: pypa/gh-action-pypi-publish@v1.1.0
2525
with:
2626
user: __token__
2727
password: ${{ secrets.test_pypi_token }}
@@ -35,7 +35,7 @@ jobs:
3535
pip uninstall -y interface
3636
3737
- name: Publish distribution to PyPI
38-
uses: pypa/gh-action-pypi-publish@v1
38+
uses: pypa/gh-action-pypi-publish@v1.1.0
3939
with:
4040
user: __token__
4141
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)
Please sign in to comment.