We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83b0aa commit f2bc0a1Copy full SHA for f2bc0a1
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ name: Upload Python Package
11
on:
12
push:
13
tags:
14
- - '[0-9]+.[0-9]+.[0-9]+.*' # Run on every git tag with semantic versioning. i.e: 1.5.0 or 1.5.0rc1
+ - '*'
15
16
permissions:
17
contents: read
0 commit comments