Skip to content

Commit ff11f32

Browse files
committed
deploy
1 parent 4ea33e9 commit ff11f32

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Wheels
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- main
77
pull_request:
88
branches:
@@ -24,6 +24,13 @@ jobs:
2424
with:
2525
python-version: '3.10'
2626

27+
# Set the MACOSX_DEPLOYMENT_TARGET for macOS builds
28+
- name: Set MACOSX_DEPLOYMENT_TARGET for macOS
29+
if: runner.os == 'macOS'
30+
run: |
31+
echo "Setting MACOSX_DEPLOYMENT_TARGET to 10.15"
32+
echo "MACOSX_DEPLOYMENT_TARGET=10.15" >> $GITHUB_ENV
33+
2734
- name: Install cibuildwheel
2835
run: python -m pip install cibuildwheel==2.22.0
2936

0 commit comments

Comments
 (0)