Skip to content

Commit 75a599a

Browse files
committed
Update github actions publish action
1 parent 8a2caee commit 75a599a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build packages
8686
run: python setup.py sdist bdist_wheel
8787
- name: Publish to PyPI
88-
uses: pypa/gh-action-pypi-publish@master
88+
uses: pypa/gh-action-pypi-publish@release/v1
8989
with:
9090
user: __token__
9191
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)