From 6ace0e234166795324000bc653f108e22737008a Mon Sep 17 00:00:00 2001 From: Geoffrey Bolmier Date: Sat, 23 Nov 2024 20:46:55 -0500 Subject: [PATCH] Fix delocate error in pypi workflow --- .github/workflows/pypi.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index bcb27cae47..3d847002d2 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -94,6 +94,10 @@ jobs: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y && rustup show + # Fixes delocate.libsana.DelocationError: + # river/stats/_rust_stats.cpython-310-darwin.so has a minimum target of 10.12 + MACOSX_DEPLOYMENT_TARGET: 10.12 + - uses: actions/upload-artifact@v4 with: name: artifact-${{ matrix.os }}