From c6e4070e07a11e9b5725df9a77213981e7e11945 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 24 Apr 2025 13:18:07 -0500 Subject: [PATCH] INTPYTHON-589 Fix PyPI upload conditional --- .github/workflows/release-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 0eb48d7..1d381f4 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -82,7 +82,7 @@ jobs: skip-existing: true attestations: ${{ env.DRY_RUN }} - name: Publish distribution 📦 to PyPI - if: startsWith(github.ref, 'refs/tags/') + if: startsWith(env.DRY_RUN, 'false') uses: pypa/gh-action-pypi-publish@release/v1 post-publish: