Skip to content

Commit 96f98c1

Browse files
committed
go
1 parent 4db5542 commit 96f98c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maturin_builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ jobs:
3131

3232
- name: Build wheels
3333
uses: PyO3/maturin-action@v1
34+
env:
35+
RUST_BACKTRACE: "1"
3436
with:
3537
target: ${{ matrix.target }}
3638
sccache: 'true'
3739
args: --release --out dist --find-interpreter
38-
manylinux: auto
40+
manylinux: "2_24"
3941
# Following is a workaround taken from:
4042
# https://github.com/Intreecom/scyllapy/blob/develop/.github/workflows/release.yaml
4143
before-script-linux: |

0 commit comments

Comments
 (0)