We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6741f89 commit 36f9311Copy full SHA for 36f9311
.github/workflows/maturin.yml
@@ -38,7 +38,7 @@ jobs:
38
target: ${{ matrix.platform.target }}
39
args: --release --out dist --find-interpreter
40
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
41
- # manylinux: auto
+ manylinux: auto
42
- name: Upload wheels
43
uses: actions/upload-artifact@v4
44
with:
0 commit comments