Skip to content

Commit b2cfc57

Browse files
committed
Another try at fix sqlglotrs deployment job
1 parent 3f27333 commit b2cfc57

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
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- uses: actions/download-artifact@v4
9898
with:
99-
name: wheels-*
99+
pattern: wheels-*
100100
path: sqlglotrs/dist
101101
- name: Publish to PyPI
102102
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)