From 133af44396c9e3b0f3a549a12dba13319f9bddf2 Mon Sep 17 00:00:00 2001 From: Brady Planden Date: Mon, 25 Mar 2024 20:22:04 +0000 Subject: [PATCH] Patch: temporarily remove logic for publish --- .github/workflows/release_action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_action.yaml b/.github/workflows/release_action.yaml index 12a0f520..cadb6bd4 100644 --- a/.github/workflows/release_action.yaml +++ b/.github/workflows/release_action.yaml @@ -33,9 +33,9 @@ jobs: publish-to-pypi: name: >- Publish Python 🐍 distribution 📦 to PyPI - if: > - startsWith(github.ref, 'refs/tags/') && - !contains(github.ref, 'rc') && github.repository == github.event.repository + # if: > + # startsWith(github.ref, 'refs/tags/') && + # !contains(github.ref, 'rc') && github.repository == github.event.repository needs: build runs-on: ubuntu-latest environment: