diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index d4bbc9579..5f8ba9285 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -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 }}