Skip to content

Commit 08adf1f

Browse files
authored
Publish on tag push
1 parent aacc10f commit 08adf1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: Python Package
66

77
on:
8-
create:
8+
push:
99
tags:
1010
- '**'
1111

@@ -124,4 +124,4 @@ jobs:
124124
upload_url: ${{ steps.get_current_release.outputs.upload_url }}
125125
asset_path: ./${{env.wheel_name}}
126126
asset_name: ${{env.wheel_name}}
127-
asset_content_type: application/*
127+
asset_content_type: application/*

0 commit comments

Comments
 (0)