diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef18d3c8b..c481b986b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,7 @@ name: Build and test astro -on: [release] +on: + release: + types: [created] jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI