Skip to content

Commit fc4cf61

Browse files
Copilotalexlib
andcommitted
Trigger PyPI publish workflow on version tags
Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com>
1 parent 90e2343 commit fc4cf61

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build and upload to PyPI
22
on:
3-
release:
4-
types: [published]
3+
push:
4+
tags:
5+
- "v*"
6+
- "*.*.*"
57

68
jobs:
79
build-and-publish:

0 commit comments

Comments
 (0)