From 6b3475a31aa94a2840f9e7b97a2b27d772811093 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..29e0072 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 }}'