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 d3581fb commit 29e6417Copy full SHA for 29e6417
.github/workflows/python-release.yml
@@ -156,7 +156,7 @@ jobs:
156
target: ${{ matrix.target }}
157
manylinux: 2_24
158
args: --release -m bindings/python/Cargo.toml --no-default-features --out dist
159
- - uses: uraimo/run-on-arch-action@v2.6.0
+ - uses: uraimo/run-on-arch-action@v2.7.1
160
name: Install built wheel
161
with:
162
arch: ${{ matrix.target }}
@@ -226,7 +226,7 @@ jobs:
226
target: ${{ matrix.platform.target }}
227
manylinux: musllinux_1_2
228
args: --release -m bindings/python/Cargo.toml --out dist
229
230
231
232
arch: ${{ matrix.platform.arch }}
0 commit comments