Skip to content

Commit 413d542

Browse files
concur1benfdking
authored andcommitted
fix:python release
Python release should be pointing towards the wheels-*/* as that is where the wheels are being created.
1 parent 45b4194 commit 413d542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,4 +402,4 @@ jobs:
402402
with:
403403
working-directory: crates/cli
404404
command: upload
405-
args: --non-interactive --skip-existing artifacts-*/
405+
args: --non-interactive --skip-existing wheels-*/*

0 commit comments

Comments
 (0)