Skip to content

Commit 1c18279

Browse files
committed
more publishing chicanery for releases
1 parent 6404b8d commit 1c18279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
# Pattern matched against refs/tags
55
tags:
6-
- 'v*' # Push events to every tag not containing /
6+
- 'v*/release' # Push events to every that ends in /release
77
jobs:
88
build:
99
name: Build distribution 📦

0 commit comments

Comments
 (0)