We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16d3edb + 25f6e59 commit 05bd1ccCopy full SHA for 05bd1cc
.github/workflows/release.yml
@@ -59,14 +59,14 @@ jobs:
59
60
- name: Publish package on PyPI
61
if: steps.check-version.outputs.tag
62
- uses: pypa/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
63
with:
64
user: __token__
65
password: ${{ secrets.PYPI_TOKEN }}
66
67
- name: Publish package on TestPyPI
68
if: "! steps.check-version.outputs.tag"
69
70
71
72
password: ${{ secrets.TEST_PYPI_TOKEN }}
0 commit comments