Skip to content

Commit

Permalink
bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Apr 7, 2024
1 parent eba6516 commit 436197e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
export CC=clang
export CXX=clang++
python3 -m pip install -U cibuildwheel --break-system-packages
for dep_target in { 13..${{ matrix.os }} }; do
export MACOSX_DEPLOYMENT_TARGET=${dep_target}.0
python3 -m cibuildwheel --output-dir wheelhouse
done
for dep_target in { 13..${{ matrix.os }} }; do
export MACOSX_DEPLOYMENT_TARGET=${dep_target}.0
python3 -m cibuildwheel --output-dir wheelhouse
done
- name: "Upload Wheels"
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 436197e

Please sign in to comment.