We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6404b8d commit 1c18279Copy full SHA for 1c18279
1 file changed
.github/workflows/python-publish-pypi.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
# Pattern matched against refs/tags
5
tags:
6
- - 'v*' # Push events to every tag not containing /
+ - 'v*/release' # Push events to every that ends in /release
7
jobs:
8
build:
9
name: Build distribution 📦
0 commit comments