We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3013db + 58fec5d commit 75f99f2Copy full SHA for 75f99f2
.github/workflows/test.yml
@@ -98,7 +98,7 @@ jobs:
98
args: -m maturin/test-crates/hello-world/Cargo.toml
99
manylinux: 'auto'
100
target: 'powerpc64le-unknown-linux-musl'
101
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
102
with:
103
python-version: '3.11'
104
- name: maturin build manylinux off
.github/workflows/update.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
16
17
python-version: "3.10"
18
- name: Install requirements
0 commit comments