Skip to content

Commit 245b78e

Browse files
authored
Merge pull request #537 from eriknw/auto_pypi
Tag glob pattern for auto-upload to PyPI
2 parents 07d20d2 + e50ab10 commit 245b78e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish to PyPI
33
on:
44
push:
55
tags:
6+
- '[0-9]+.[0-9]+.[0-9]+*'
67

78
jobs:
89
build_and_deploy:

0 commit comments

Comments
 (0)