Skip to content

Commit 9901a48

Browse files
committed
Fix glob
1 parent a58151e commit 9901a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ jobs:
133133
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
134134
with:
135135
command: upload
136-
args: --non-interactive --skip-existing wheels-*/**
136+
args: --non-interactive --skip-existing wheels-*/**.whl wheels-*/**.tar.gz

0 commit comments

Comments
 (0)