We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17f29c commit 67b2c82Copy full SHA for 67b2c82
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
continue-on-error: true
64
with:
65
password: ${{ secrets.testpypi_password }}
@@ -77,6 +77,6 @@ jobs:
77
78
79
80
81
82
password: ${{ secrets.pypi_password }}
0 commit comments