From 436197e1bb38228d862b5c793700c2e4883983a2 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Mon, 8 Apr 2024 01:24:48 +0800 Subject: [PATCH] bad --- .github/workflows/build-wheels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 98a494c4e..9c392aa8a 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -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: