From 0523ba2c7db6a915bc84f5c8d4b7ccdced18015f Mon Sep 17 00:00:00 2001 From: Daniel Imberman Date: Tue, 1 Feb 2022 13:59:53 -0800 Subject: [PATCH] Attempt #2 on automated releases --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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