diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index 56ad9649..9abbc446 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -24,8 +24,8 @@ jobs: contents: write # Needed to upload artifacts to the release environment: name: PyPI - url: "${{vars.PYPI_PUBLISH_URL}}" # Can be toggled at the repository level between https://pypi.org/p/airbyte and https://test.pypi.org/p/airbyte - if: startsWith(github.ref, 'refs/tags/') + url: "${{vars.PYPI_PUBLISH_URL}}" # Can be toggled at the repository level between `https://pypi.org/p/airbyte-cdk/` and `https://test.pypi.org/p/airbyte-cdk/` + if: startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/download-artifact@v4 with: