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 21ee99a commit effef43Copy full SHA for effef43
setup.py
@@ -20,7 +20,7 @@
20
package_version = github_ref[len("refs/tags/"):]
21
22
if package_version is not None:
23
- if re.match(r'^\d+\.\d+\.\d+(((a|b|(rc))\d*)|(\.dev\d+)){0,1}$', package_version) is None:
+ if re.match(r'^\d+\.\d+\.\d+((-\d+){0,1}|((a|b|(rc))\d*)|(\.dev\d+)){0,1}$', package_version) is None:
24
package_version = None
25
26
if package_version is None:
0 commit comments