Skip to content

Commit 2f08b54

Browse files
Trying to get MacOS 13 wheels
1 parent fd07035 commit 2f08b54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Set MACOSX_DEPLOYMENT_TARGET used by cibuildwheel
4747
if: ${{ startsWith(matrix.os, 'macos') }}
48-
run: echo "MACOSX_DEPLOYMENT_TARGET=15.0" >> $GITHUB_ENV
48+
run: echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
4949

5050
- name: Run cibuildwheel
5151
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "libvcell"
7-
version = "0.0.15"
7+
version = "0.0.15.1"
88
description = "This is a python package which wraps a subset of VCell Java code as a native python package."
99
authors = ["Jim Schaff <schaff@uchc.edu>", "Ezequiel Valencia <evalencia@uchc.edu>"]
1010
repository = "https://github.com/virtualcell/libvcell"

0 commit comments

Comments
 (0)