We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8a178 commit 31d6d86Copy full SHA for 31d6d86
.github/workflows/maturin_builds.yml
@@ -36,7 +36,7 @@ jobs:
36
target: ${{ matrix.platform.target }}
37
args: --release --out dist --find-interpreter
38
sccache: 'true'
39
- manylinux: 'auto'
+ manylinux: 2014
40
before-script-linux: |
41
# Source = https://github.com/Intreecom/scyllapy/blob/develop/.github/workflows/release.yaml
42
# If we're running on rhel centos, install needed packages.
0 commit comments