Skip to content

Commit 1582216

Browse files
Fix macos upload (#12)
Signed-off-by: Tushar Sadhwani <[email protected]>
1 parent acf241c commit 1582216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
237237
twine upload --skip-existing *
238238
popd
239239
pushd wheels-macos
240-
twine upload --skip-existing *
240+
twine upload --skip-existing **/*

0 commit comments

Comments
 (0)