Skip to content

Commit 4bb5c3b

Browse files
author
Jakob Stolze
committed
test: deploy on testpypi on every commit
1 parent 88e7ca9 commit 4bb5c3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci-test-pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
python-version: ${{ matrix.config.python-version }}
6161
cache: 'poetry'
6262
- name: Publish distribution 📦 with test.pypi.org
63-
if: startsWith(github.ref, 'refs/tags/v')
6463
run: |
6564
poetry config repositories.testpypi https://test.pypi.org/legacy/
6665
poetry config pypi-token.testpypi ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)