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 3849dd4 commit 494fb4eCopy full SHA for 494fb4e
.github/workflows/release.yml
@@ -53,14 +53,14 @@ jobs:
53
54
- name: Publish package on PyPI
55
if: steps.check-version.outputs.tag
56
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
57
with:
58
user: __token__
59
password: ${{ secrets.PYPI_TOKEN }}
60
61
- name: Publish package on TestPyPI
62
if: "! steps.check-version.outputs.tag"
63
64
65
66
password: ${{ secrets.TEST_PYPI_TOKEN }}
0 commit comments