Skip to content

Commit a534b43

Browse files
committed
Fix wheel path name on cibuildwheel
1 parent c9d7793 commit a534b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
actions: read
1616
with:
17-
wheel-name-pattern: "thinc-*.whl"
17+
wheel-name-pattern: "spacy-*.whl"
1818
pure-python: false
1919
secrets:
2020
gh-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)