Skip to content

Commit 2ea7492

Browse files
committed
Another try at fix sqlglotrs deployment job
1 parent 5e66709 commit 2ea7492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
104104
with:
105105
command: upload
106-
args: --non-interactive --skip-existing wheels-*
106+
args: --non-interactive --skip-existing wheels-*/*
107107

108108
deploy:
109109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)