We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fead804 commit 6ace0e2Copy full SHA for 6ace0e2
.github/workflows/pypi.yml
@@ -94,6 +94,10 @@ jobs:
94
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
95
rustup show
96
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
+
101
- uses: actions/upload-artifact@v4
102
with:
103
name: artifact-${{ matrix.os }}
0 commit comments