File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,13 @@ jobs:
73
73
runs-on : macos-latest
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@v4.2.2
76
+ uses : actions/checkout@v4
77
77
with :
78
78
submodules : true
79
-
80
79
- name : Set up Python
81
- uses : actions/setup-python@v5.5.0
80
+ uses : actions/setup-python@v5
82
81
with :
83
82
python-version : " 3.x"
84
-
85
83
- name : Install cibuildwheel
86
84
run : |
87
85
python -m pip install -U pip
92
90
- name : Build wheels
93
91
run : python -m cibuildwheel
94
92
env :
95
- IPHONEOS_DEPLOYMENT_TARGET : " 23 .0"
93
+ IPHONEOS_DEPLOYMENT_TARGET : " 12 .0"
96
94
CIBW_PLATFORM : ios
97
95
CIBW_ARCHS : auto
98
96
CIBW_BUILD_VERBOSITY : 1
@@ -102,10 +100,9 @@ jobs:
102
100
pip install cffi-1.17.1-py3-none-any.whl && \
103
101
# install the rest of the dependencies
104
102
python -m pip install setuptools wheel
105
- CIBW_BEFORE_BUILD :
106
- python -m pip install setuptools wheel cffi
107
- CIBW_XBUILD_TOOLS : " curl pkg-config tar"
103
+ CIBW_XBUILD_TOOLS : " curl pkg-config tar"
108
104
CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
105
+ PYMUNK_BUILD_SLIM : 1
109
106
110
107
- uses : actions/upload-artifact@v4
111
108
if : ${{ github.ref == 'refs/heads/master' }}
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ .. NEXT
6
+ - Experimentally Build wheels for iOS
7
+
8
+
9
+
5
10
Pymunk 7.0.0 (2025-05-28)
6
11
-------------------------
7
12
You can’t perform that action at this time.
0 commit comments