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.
1 parent c399b45 commit d5a61daCopy full SHA for d5a61da
.github/workflows/python-release.yml
@@ -161,7 +161,7 @@ jobs:
161
target: ${{ matrix.target }}
162
manylinux: 2_24
163
args: --release -m bindings/python/Cargo.toml --no-default-features --out dist
164
- - uses: uraimo/run-on-arch-action@v2
+ - uses: uraimo/run-on-arch-action@v3
165
name: Install built wheel
166
with:
167
arch: ${{ matrix.target }}
@@ -233,7 +233,7 @@ jobs:
233
target: ${{ matrix.platform.target }}
234
manylinux: musllinux_1_2
235
args: --release -m bindings/python/Cargo.toml --out dist
236
237
238
239
arch: ${{ matrix.platform.arch }}
0 commit comments