From e5baf38a394a81eddf2337dc3779161e321a60b4 Mon Sep 17 00:00:00 2001 From: Robert Taylor Date: Fri, 11 Aug 2023 21:12:19 +0000 Subject: [PATCH] Use GitHub releases for releasing... --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 171136638..4c80a4b79 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -114,7 +114,7 @@ jobs: upload_pypi: # TODO: create an sdist that can build without a custom environment - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') + if: github.event_name == 'release' needs: [build_wheels] runs-on: ubuntu-latest strategy: