We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed90846 commit 76de69dCopy full SHA for 76de69d
1 file changed
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
name: dist
60
path: dist
61
- name: 📦 Publish to index
62
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
63
with:
64
password: ${{ secrets.testpypi_password }}
65
repository_url: https://test.pypi.org/legacy/
@@ -76,6 +76,6 @@ jobs:
76
77
78
79
80
81
password: ${{ secrets.pypi_password }}
0 commit comments