We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec0c1f commit 690fa93Copy full SHA for 690fa93
.github/workflows/release_n_deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
path: dist/
38
39
- name: Publish package to PyPI
40
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
41
with:
42
password: ${{ secrets.test_pypi_password }}
43
repository_url: https://test.pypi.org/legacy/
@@ -102,6 +102,6 @@ jobs:
102
103
104
# - name: Publish package to PyPI
105
- # uses: pypa/gh-action-pypi-publish@v1
+ # uses: pypa/gh-action-pypi-publish@release/v1
106
# with:
107
# password: ${{ secrets.pypi_password }}
0 commit comments