We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b30704 commit 96115efCopy full SHA for 96115ef
.github/workflows/publish.yml
@@ -32,13 +32,13 @@ jobs:
32
.
33
34
- name: Publish distribution 📦 to Test PyPI
35
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@v1.12.4
36
with:
37
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
38
repository_url: https://test.pypi.org/legacy/
39
40
- name: Publish distribution 📦 to PyPI
41
if: startsWith(github.ref, 'refs/tags')
42
43
44
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments