Skip to content

Commit 6651b67

Browse files
author
PaulWestenthanner
committed
update pypi publishing
1 parent fa0e3ee commit 6651b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install wheel
2222
python setup.py bdist_wheel sdist
2323
- name: Publish package
24-
uses: pypa/gh-action-pypi-publish@master
24+
uses: pypa/gh-action-pypi-publish@release/v1
2525
with:
2626
user: willmcg4132
2727
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)