We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e212fa commit 461fbabCopy full SHA for 461fbab
1 file changed
.github/workflows/python-publish.yaml
@@ -18,7 +18,6 @@ permissions:
18
19
jobs:
20
deploy:
21
- if: "success() && startsWith(github.ref, 'refs/tags/')"
22
runs-on: ubuntu-latest
23
24
steps:
@@ -40,4 +39,5 @@ jobs:
40
39
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
41
with:
42
user: __token__
43
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.TEST_PYPI_TOKEN }}
+ repository-url: https://test.pypi.org/legacy/
0 commit comments