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