Skip to content

Commit 6ace0e2

Browse files
committed
Fix delocate error in pypi workflow
1 parent fead804 commit 6ace0e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pypi.yml

+4
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
9595
rustup show
9696
97+
# Fixes delocate.libsana.DelocationError:
98+
# river/stats/_rust_stats.cpython-310-darwin.so has a minimum target of 10.12
99+
MACOSX_DEPLOYMENT_TARGET: 10.12
100+
97101
- uses: actions/upload-artifact@v4
98102
with:
99103
name: artifact-${{ matrix.os }}

0 commit comments

Comments
 (0)