diff --git a/.github/workflows/ci-test-pypi.yml b/.github/workflows/ci-test-pypi.yml index c4eceed..e30b1cc 100644 --- a/.github/workflows/ci-test-pypi.yml +++ b/.github/workflows/ci-test-pypi.yml @@ -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 }}