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 0e44426 commit 008a9e6Copy full SHA for 008a9e6
.github/workflows/build_release.yml
@@ -223,18 +223,18 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
223
pip install --upgrade twine
224
pushd wheels-musllinux-cross
225
twine upload --skip-existing *
226
- popd wheels-musllinux-cross
+ popd
227
pushd wheels-musllinux
228
229
- popd wheels-musllinux
230
pushd wheels-linux-cross
231
232
- popd wheels-linux-cross
233
pushd wheels-linux
234
235
- popd wheels-linux
236
pushd wheels-windows
237
238
- popd wheels-windows
239
pushd wheels-macos
240
0 commit comments