diff --git a/.github/workflows/ci-production.yml b/.github/workflows/ci-production.yml index 88fa29f..79877fc 100644 --- a/.github/workflows/ci-production.yml +++ b/.github/workflows/ci-production.yml @@ -58,9 +58,3 @@ jobs: poetry config pypi-token.testpypi ${{ secrets.TEST_PYPI_API_TOKEN }} poetry build poetry publish -r testpypi - - name: Publish distribution 📦 to PyPI - if: startsWith(github.ref, 'refs/tags') - run: | - poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }} - poetry build - poetry publish