Skip to content

Commit 1e2b4d3

Browse files
use stable pypi workflow
1 parent 94521c5 commit 1e2b4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python3 setup.py bdist_wheel sdist
4646
- name: upload to pypi
4747
# if: startsWith(github.ref, 'refs/tags')
48-
uses: pypa/gh-action-pypi-publish@master
48+
uses: pypa/gh-action-pypi-publish@release/v1
4949
with:
5050
password: ${{ secrets.PYPI_API_TOKEN }}
5151
# skip_existing: true

0 commit comments

Comments
 (0)