Skip to content

Commit 790f351

Browse files
chore: Trigger publishing when pushing tags (#64)
1 parent 41d3cd1 commit 790f351

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dynamic-publish.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Publish with Dynamic Versioning
22

33
on:
4-
workflow_dispatch: {}
5-
release:
6-
types: [published]
4+
push:
5+
tags:
6+
- v**
77

88
jobs:
99
publish:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build
3838
run: poetry build
3939

40-
- name: Upload wheel to release
40+
- name: Upload wheel to ref
4141
uses: svenstaro/upload-release-action@v2
4242
with:
4343
file: dist/*.whl

0 commit comments

Comments
 (0)