From 4e99ec176be7006de142fe9f2e005ae539efdee0 Mon Sep 17 00:00:00 2001 From: Gereon Kremer Date: Fri, 4 Mar 2022 19:19:39 +0100 Subject: [PATCH] Only build wheels nightly and for releases (#8223) We accidentally enabled building the python wheels with every commit. This fixes it to only build them once at night and for releases. --- .github/workflows/package_pypi.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/package_pypi.yml b/.github/workflows/package_pypi.yml index 1c561a8d5..d582c6f7b 100644 --- a/.github/workflows/package_pypi.yml +++ b/.github/workflows/package_pypi.yml @@ -1,6 +1,4 @@ on: - push: - pull_request: release: types: [published] schedule: -- 2.30.2