diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 30a40b7..2dd8ad2 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -3,9 +3,9 @@ name: release-deploy on: release: types: [ published ] - push: - branches: [ main ] - pull_request: + # push: + # branches: [ main ] + # pull_request: jobs: build-sdist: