Skip to content

Commit

Permalink
test: deploy on testpypi on every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Stolze committed Apr 2, 2024
1 parent 88e7ca9 commit 2bb08d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
python-version: ${{ matrix.config.python-version }}
cache: 'poetry'
- name: Publish distribution 📦 with test.pypi.org
if: startsWith(github.ref, 'refs/tags/v')
run: |
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry config pypi-token.testpypi ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down

0 comments on commit 2bb08d0

Please sign in to comment.