Skip to content

Commit 2347f85

Browse files
authored
Merge pull request #361 from OpenPIV/copilot/add-deploy-to-pypi-option
Enable PyPI publish workflow on version tag push
2 parents 1d02032 + 826aaa8 commit 2347f85

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[0-9]*.[0-9]*.[0-9]*"
6+
- "[0-9]*.[0-9]*.[0-9]*"
57

68
jobs:
79
build-and-publish:

0 commit comments

Comments
 (0)