Fix wheel path name on cibuildwheel

This commit is contained in:
Matthew Honnibal 2025-11-13 14:23:55 +01:00
parent c9d77932f9
commit a534b43ced

View File

@ -14,7 +14,7 @@ jobs:
contents: write
actions: read
with:
wheel-name-pattern: "thinc-*.whl"
wheel-name-pattern: "spacy-*.whl"
pure-python: false
secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }}