From 3441386dd183753cd16ccafde20f3c1b6cbd1d54 Mon Sep 17 00:00:00 2001 From: ek Date: Mon, 26 Jun 2023 15:36:21 +0530 Subject: [PATCH] update bld_wheels_and_upload.yml --- .github/workflows/bld_wheels_and_upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bld_wheels_and_upload.yml b/.github/workflows/bld_wheels_and_upload.yml index 7d79fece..21ee4bf2 100644 --- a/.github/workflows/bld_wheels_and_upload.yml +++ b/.github/workflows/bld_wheels_and_upload.yml @@ -2,7 +2,7 @@ name: Build and upload to PyPI # Build on every branch push, tag push, and pull request change: on: - workflow_dispatch: + #workflow_dispatch: push: branches: - WheelSupport