Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
Git hub release action should only run if a new tag is published
  • Loading branch information
psachs committed Apr 10, 2024
1 parent 45ec23f commit 2c61a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Publish Package to pypi.org
on:
create:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

Expand Down

0 comments on commit 2c61a21

Please sign in to comment.