Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
psachs committed Feb 14, 2024
1 parent a58cb24 commit 6b3475a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
run: >-
gh release upload
'${{ github.ref_name }}' dist/**
--repo '${{ github.repository }}'
--repo '${{ github.repository }}'

0 comments on commit 6b3475a

Please sign in to comment.