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 contents: write
actions: read actions: read
with: with:
wheel-name-pattern: "thinc-*.whl" wheel-name-pattern: "spacy-*.whl"
pure-python: false pure-python: false
secrets: secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }} gh-token: ${{ secrets.GITHUB_TOKEN }}