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 a3b8d99 commit cac14daCopy full SHA for cac14da
.github/workflows/pypi_upload.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
# Sequence of patterns matched against refs/tags
6
tags:
7
- - v?[0-9]+.[0-9]+.[0-9]+ # add .* to allow dev releases
+ - v?[0-9]+.[0-9]+.[0-9]+.?(a|b|rc|dev)?[0-9]+ # add .* to allow dev releases
8
9
jobs:
10
build:
0 commit comments