Skip to content

Commit e3c6a6b

Browse files
authored
Merge pull request #67 from basf/develop
update pypi workflow
2 parents cec94ec + 509d203 commit e3c6a6b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Package to PyPi
33
on:
44
push:
55
branches:
6-
- master
6+
- release
77

88
jobs:
99
publish:

mambular/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.1.5"
4+
__version__ = "0.1.6"

mambular/configs/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)