We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 150fd17 + 97568d8 commit 51929e3Copy full SHA for 51929e3
1 file changed
.github/workflows/build-publish-pypi.yml
@@ -3,10 +3,10 @@ name: PyPI Builder and Releaser
3
on:
4
push:
5
tags:
6
- - "v*.*.*"
+ - "v**"
7
8
jobs:
9
- release:
+ publish:
10
name: Publishes release candidate to PyPI
11
runs-on: ubuntu-latest
12
0 commit comments