We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f08e79a + c7d49cd commit 7e67e13Copy full SHA for 7e67e13
.github/workflows/publish.yml
@@ -25,15 +25,15 @@ jobs:
25
python -m build
26
27
- name: Publish to TestPyPI
28
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.12.2
29
with:
30
user: __token__
31
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
32
repository_url: https://test.pypi.org/legacy/
33
34
- name: Publish to PyPI
35
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
36
37
38
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments