We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fd846 commit 714494bCopy full SHA for 714494b
.github/workflows/publish-pkg.yml
@@ -67,7 +67,7 @@ jobs:
67
- run: ls -lh dist/
68
# We do this, since failures on test.pypi aren't that bad
69
- name: Publish to Test PyPI
70
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
71
with:
72
user: __token__
73
password: ${{ secrets.test_pypi_password }}
@@ -94,7 +94,7 @@ jobs:
94
path: dist
95
96
- name: Publish distribution 📦 to PyPI
97
98
99
100
password: ${{ secrets.pypi_password }}
0 commit comments