Skip to content

Commit

Permalink
ci: skip py313 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw authored Oct 10, 2024
1 parent 0b1669e commit ae313f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
env:
CIBW_ARCHS_MACOS: "x86_64 arm64"
PIP_EXTRA_INDEX_URL: "https://download.pytorch.org/whl/cpu"
# skip 3.13 for now (spacy build issue): users will have to build it on their own
CIBW_SKIP: cp313-*

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ae313f5

Please sign in to comment.