From ae5feefa667bb33406ca67884643003e608c9abd Mon Sep 17 00:00:00 2001 From: Chenglong Wang <93549116+Chenglong-MS@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:40:05 -0700 Subject: [PATCH] Update python-build.yml --- .github/workflows/python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 2340d95..05b3d7d 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest needs: - build - if: github.event_name == 'push' + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') environment: name: pypi url: https://pypi.org/p/data-formulator