Skip to content

Commit 51929e3

Browse files
authored
Merge pull request #59 from basf/hotfix
Hotfix
2 parents 150fd17 + 97568d8 commit 51929e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: PyPI Builder and Releaser
33
on:
44
push:
55
tags:
6-
- "v*.*.*"
6+
- "v**"
77

88
jobs:
9-
release:
9+
publish:
1010
name: Publishes release candidate to PyPI
1111
runs-on: ubuntu-latest
1212

0 commit comments

Comments
 (0)