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 2696600 commit 63d5bc8Copy full SHA for 63d5bc8
1 file changed
.github/workflows/publish.yaml
@@ -133,7 +133,7 @@ jobs:
133
target: ${{ matrix.target }}
134
manylinux: auto
135
args: --release --out dist
136
- - uses: uraimo/run-on-arch-action@v2.6.0
+ - uses: uraimo/run-on-arch-action@v2.7.1
137
if: matrix.target != 'ppc64'
138
name: Install built wheel
139
with:
@@ -210,7 +210,7 @@ jobs:
210
target: ${{ matrix.platform.target }}
211
manylinux: musllinux_1_2
212
213
214
215
216
arch: ${{ matrix.platform.arch }}
0 commit comments