From d328bdd064017ad68409a7255a530cb0fd893d94 Mon Sep 17 00:00:00 2001 From: Will Date: Tue, 15 Oct 2024 21:49:10 -0400 Subject: [PATCH] ci: publish to pypi only on release --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 48985dc6..a84a7cab 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -142,7 +142,7 @@ jobs: # Ref: https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows publish-wheels-pypi: name: Publish Wheels - #if: ${{ github.ref == 'refs/heads/release' }} + if: ${{ github.ref == 'refs/heads/release' }} runs-on: ubuntu-latest needs: - wheels-apple