mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-18 08:45:50 +03:00
Fix wheel path name on cibuildwheel
This commit is contained in:
parent
c9d77932f9
commit
a534b43ced
2
.github/workflows/cibuildwheel.yml
vendored
2
.github/workflows/cibuildwheel.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user