We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181ae3c commit 21881a7Copy full SHA for 21881a7
.github/workflows/ci.yml
@@ -166,6 +166,8 @@ jobs:
166
args: --release --out dist --find-interpreter
167
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
168
working-directory: ./utiles-pyo3
169
+ # nighly rust toolchain is required for macos aarch64 for now...
170
+ rust-toolchain: nightly
171
- name: Upload wheels
172
uses: actions/upload-artifact@v4
173
with:
0 commit comments