We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd07035 commit 2f08b54Copy full SHA for 2f08b54
2 files changed
.github/workflows/on-release-main.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Set MACOSX_DEPLOYMENT_TARGET used by cibuildwheel
47
if: ${{ startsWith(matrix.os, 'macos') }}
48
- run: echo "MACOSX_DEPLOYMENT_TARGET=15.0" >> $GITHUB_ENV
+ run: echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
49
50
- name: Run cibuildwheel
51
run: |
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "libvcell"
7
-version = "0.0.15"
+version = "0.0.15.1"
8
description = "This is a python package which wraps a subset of VCell Java code as a native python package."
9
authors = ["Jim Schaff <schaff@uchc.edu>", "Ezequiel Valencia <evalencia@uchc.edu>"]
10
repository = "https://github.com/virtualcell/libvcell"
0 commit comments