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 b450e2d commit d7b6d51Copy full SHA for d7b6d51
.github/workflows/build-wheel-release-upload.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
tags:
7
- - '*'
+ - '^\d+\.\d+\..*$'
8
9
jobs:
10
release:
0 commit comments