diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e84cc3153..f962c10b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,9 +6,10 @@ concurrency: # Only build on published releases on: - release: - types: - - published + push: + # release: + # types: + # - published jobs: build_sdist: