From ba65d9c4ca62dcee916975d8c4bfcbed5d8faf91 Mon Sep 17 00:00:00 2001 From: 8go <17750857+8go@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:49:20 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed4cdad..69d449c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,13 +10,13 @@ name: Release - publish attested version to PyPi on: push: -# branches: -# - master tags: - 'v[0-9]+.[0-9]+.[0-9]+' +# branches: +# - master # This will not work because of naming conflict, version will already exist. -# workflow_dispatch: +# workflow_dispatch: jobs: build-and-publish: