diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f425b2c..e921e6f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ permissions: jobs: build-n-publish: - if: github.event.base_ref == 'refs/heads/main' || github.event.base_ref == 'refs/heads/master' + # if: github.event.base_ref == 'refs/heads/main' || github.event.base_ref == 'refs/heads/master' name: Publish to PyPI runs-on: ubuntu-latest