Skip to content

Commit 32a794a

Browse files
authored
Merge pull request #60 from basf/develop
pipeline hotfix
2 parents 53de1df + 51929e3 commit 32a794a

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)