Skip to content

Commit f3389ec

Browse files
author
James Reynolds
committed
Fixed github action
1 parent 045ddcf commit f3389ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build binary wheel and a source tarball
4444
run: python setup.py sdist bdist_wheel
4545
- name: Publish to PyPI
46-
uses: pypa/gh-action-pypi-publish@master
46+
uses: pypa/gh-action-pypi-publish@release/v1
4747
with:
4848
password: ${{ secrets.PYPI_PASSWORD }}
4949
repository_url: https://upload.pypi.org/legacy/

0 commit comments

Comments
 (0)