From 9b172ebeb0a97d2021d1e0118501e1ba70f293df Mon Sep 17 00:00:00 2001 From: Pascal Sachs Date: Wed, 14 Feb 2024 18:17:41 +0100 Subject: [PATCH] Fix release action --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7443cc9..a4b2768 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,8 @@ name: Build and Publish Package to pypi.org on: - push: + create: tags: - - "^[0-9]+.[0-9]+.[0-9]+" + - [0-9]+.[0-9]+.[0-9]+ jobs: build: @@ -87,4 +87,4 @@ jobs: run: >- gh release upload '${{ github.ref_name }}' dist/** - --repo '${{ github.repository }}' \ No newline at end of file + --repo '${{ github.repository }}'