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 2d304ef commit 11b19bbCopy full SHA for 11b19bb
.github/workflows/publish.yaml
@@ -27,13 +27,13 @@ jobs:
27
run: |
28
python -m build
29
- name: Publish package to Test PyPI
30
- uses: pypa/gh-action-pypi-publish@release/v1.4.2
+ uses: pypa/gh-action-pypi-publish@release/v1
31
with:
32
user: __token__
33
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
34
- name: Publish package to PyPI
35
- if: startsWith(github.ref, "refs/tags")
36
+ if: startsWith(github.ref, 'refs/tags')
37
38
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments