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 5873d16 commit 6f31802Copy full SHA for 6f31802
.github/workflows/publish.yml
@@ -2,9 +2,7 @@ name: Publish to PyPI
2
on:
3
push:
4
tags:
5
- - "v[0-9]+.[0-9]+.[0-9]+"
6
- - "v[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
7
- - "v[0-9]+.[0-9]+.[0-9]+dev[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+*"
8
9
jobs:
10
publish:
0 commit comments