From 4156afb973ff360c95654ba99596c49438a924b0 Mon Sep 17 00:00:00 2001 From: zariiii9003 Date: Sun, 15 Oct 2023 16:30:54 +0200 Subject: [PATCH] publish on tag and workflow_dispatch --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d1a99d..1c4a5bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,11 @@ name: Build & Release on: - release: - types: [ published ] + push: + tags: + - '*' + workflow_dispatch: + jobs: build_wheels: