We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44e976 commit 59c8b0dCopy full SHA for 59c8b0d
1 file changed
.github/workflows/CI_pypi_release.yml
@@ -16,7 +16,7 @@ name: Core / Project release on PyPi
16
on:
17
push:
18
tags:
19
- - "**-v[0-9].[0-9]+.[0-9]+*"
+ - "**-v[0-9]+.[0-9]+.[0-9]+*"
20
21
jobs:
22
release-on-pypi:
0 commit comments