Skip to content

Commit 08e112f

Browse files
authored
Merge branch 'master' into cosimc-loading-fix
2 parents 5b187de + 7e1f7e7 commit 08e112f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
- build_wheels_and_test
9696
- build_source
9797
runs-on: ubuntu-latest
98+
environment: release
9899
steps:
99100
- uses: actions/download-artifact@v4
100101
with:

src/libcosimpy/CosimExecution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(self, create_key: object = None, execution_ptr: Optional[CosimExecu
6060
lib=libcosimc(),
6161
funcname="cosim_execution_step",
6262
argtypes=[POINTER(CosimExecution), c_int64],
63-
restype=None,
63+
restype=c_int,
6464
)
6565
self.__add_local_slave = wrap_function(
6666
lib=libcosimc(),

src/libcosimpy/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)