From c8ac7e671d49092414b28c28438f1dfdd739760e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 13 Nov 2024 20:42:11 -0300 Subject: [PATCH] ci: Add condition to PyPI publish step in release workflow (#4585) Add condition to PyPI publish step in release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61a3e2dee79c..217cbaa98046 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,7 @@ jobs: echo "Server terminated successfully" fi - name: Publish to PyPI + if: steps.check-version.outputs.skipped == 'false' env: UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }} run: |