We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0a5e4 commit 5137b6bCopy full SHA for 5137b6b
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
target: ${{ matrix.platform.target }}
53
args: --release --out dist --find-interpreter
54
- sccache: 'true'
+ sccache: 'false'
55
# See https://github.com/PyO3/maturin-action/issues/222
56
manylinux: ${{ matrix.platform.target == 'aarch64' && '2_28' || 'auto' }}
57
- name: Upload wheels
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
manylinux: musllinux_1_2
85
86
uses: actions/upload-artifact@v4
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "1.84.1"
+channel = "stable"
3
profile = "minimal"
4
components = ["rustfmt", "clippy"]
0 commit comments