From a534b43ced20850324de539ab91cc2ae6fdbffbf Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 13 Nov 2025 14:23:55 +0100 Subject: [PATCH] Fix wheel path name on cibuildwheel --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}