Skip to content

Commit 6b3475a

Browse files
committed
Fix release action
1 parent a58cb24 commit 6b3475a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build and Publish Package to pypi.org
22
on:
3-
push:
3+
create:
44
tags:
5-
- "^[0-9]+.[0-9]+.[0-9]+"
5+
- "[0-9]+.[0-9]+.[0-9]+"
66

77
jobs:
88
build:
@@ -87,4 +87,4 @@ jobs:
8787
run: >-
8888
gh release upload
8989
'${{ github.ref_name }}' dist/**
90-
--repo '${{ github.repository }}'
90+
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)