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 8d2c690 commit bab862fCopy full SHA for bab862f
.github/workflows/release.yml
@@ -68,15 +68,15 @@ jobs:
68
make generate-paths
69
70
- name: Publish distribution 📦 to Test PyPI
71
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
72
with:
73
verify_metadata: false
74
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
75
repository_url: https://test.pypi.org/legacy/
76
77
- name: Publish distribution 📦 to PyPI
78
if: startsWith(github.ref, 'refs/tags')
79
80
81
82
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments