diff --git a/.github/workflows/release_action.yaml b/.github/workflows/release_action.yaml index 12a0f5204..cadb6bd4b 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: