We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db5542 commit 96f98c1Copy full SHA for 96f98c1
.github/workflows/maturin_builds.yml
@@ -31,11 +31,13 @@ jobs:
31
32
- name: Build wheels
33
uses: PyO3/maturin-action@v1
34
+ env:
35
+ RUST_BACKTRACE: "1"
36
with:
37
target: ${{ matrix.target }}
38
sccache: 'true'
39
args: --release --out dist --find-interpreter
- manylinux: auto
40
+ manylinux: "2_24"
41
# Following is a workaround taken from:
42
# https://github.com/Intreecom/scyllapy/blob/develop/.github/workflows/release.yaml
43
before-script-linux: |
0 commit comments