Skip to content

Commit 008a9e6

Browse files
Update .github/workflows/build_release.yml
Signed-off-by: Tushar Sadhwani <[email protected]>
1 parent 0e44426 commit 008a9e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,18 +223,18 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
223223
pip install --upgrade twine
224224
pushd wheels-musllinux-cross
225225
twine upload --skip-existing *
226-
popd wheels-musllinux-cross
226+
popd
227227
pushd wheels-musllinux
228228
twine upload --skip-existing *
229-
popd wheels-musllinux
229+
popd
230230
pushd wheels-linux-cross
231231
twine upload --skip-existing *
232-
popd wheels-linux-cross
232+
popd
233233
pushd wheels-linux
234234
twine upload --skip-existing *
235-
popd wheels-linux
235+
popd
236236
pushd wheels-windows
237237
twine upload --skip-existing *
238-
popd wheels-windows
238+
popd
239239
pushd wheels-macos
240240
twine upload --skip-existing *

0 commit comments

Comments
 (0)