We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc95c0 commit ba5bb42Copy full SHA for ba5bb42
.github/workflows/release.yml
@@ -63,10 +63,10 @@ jobs:
63
manylinux: "2_28"
64
65
- os: macos-latest
66
- maturin_args: "--release --sdist --out dist --target universal2-apple-darwin"
+ maturin_args: "--release --out dist --target universal2-apple-darwin"
67
68
- os: windows-latest
69
- maturin_args: "--release --sdist --out dist"
+ maturin_args: "--release --out dist"
70
71
# Linux cross-arch wheels
72
- os: ubuntu-latest
0 commit comments