Skip to content

Commit 461fbab

Browse files
committed
Update workflow to publish to pypi
1 parent 2e212fa commit 461fbab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ permissions:
1818

1919
jobs:
2020
deploy:
21-
if: "success() && startsWith(github.ref, 'refs/tags/')"
2221
runs-on: ubuntu-latest
2322

2423
steps:
@@ -40,4 +39,5 @@ jobs:
4039
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
4140
with:
4241
user: __token__
43-
password: ${{ secrets.PYPI_API_TOKEN }}
42+
password: ${{ secrets.TEST_PYPI_TOKEN }}
43+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)