Skip to content

Commit 3a188ef

Browse files
authored
Chore: fix sqlglotrs deployment job (#4657)
1 parent 2f5df32 commit 3a188ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Upload sdist
8787
uses: actions/upload-artifact@v4
8888
with:
89-
name: sdist
89+
name: wheels-sdist
9090
path: sqlglotrs/dist
9191

9292
deploy-rs:
@@ -103,7 +103,7 @@ jobs:
103103
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
104104
with:
105105
command: upload
106-
args: --non-interactive --skip-existing *
106+
args: --non-interactive --skip-existing wheels-*
107107

108108
deploy:
109109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)