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 88e7ca9 commit 2bb08d0Copy full SHA for 2bb08d0
.github/workflows/ci-test-pypi.yml
@@ -60,7 +60,6 @@ jobs:
60
python-version: ${{ matrix.config.python-version }}
61
cache: 'poetry'
62
- name: Publish distribution 📦 with test.pypi.org
63
- if: startsWith(github.ref, 'refs/tags/v')
64
run: |
65
poetry config repositories.testpypi https://test.pypi.org/legacy/
66
poetry config pypi-token.testpypi ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments