File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v4
31
31
32
32
- name : Build wheels
33
- uses : pypa/cibuildwheel@v2.21.3
33
+ uses : pypa/cibuildwheel@v2.23.2
34
34
env :
35
35
CIBW_ARCHS_MACOS : " x86_64 arm64"
36
36
CIBW_ENVIRONMENT : PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu
78
78
Documentation :
79
79
runs-on : ubuntu-22.04
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
83
- - uses : actions/setup-python@v4
83
+ - uses : actions/setup-python@v5
84
84
with :
85
85
python-version : " 3.9"
86
86
cache : ' pip'
Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ jobs:
21
21
os : [ubuntu-22.04, windows-latest, macos-latest]
22
22
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v4
25
25
26
26
- name : Build wheels
27
- # 2.4 is too low (can't build for macos, 2.16 is too high (OpenSSL issues)
28
- uses : pypa/cibuildwheel@v2.16.5
27
+ uses : pypa/cibuildwheel@v2.23.2
29
28
env :
30
29
CIBW_ARCHS_MACOS : " x86_64 arm64"
31
30
CIBW_ENVIRONMENT : PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu
35
34
name : Build source distribution
36
35
runs-on : ubuntu-22.04
37
36
steps :
38
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v4
39
38
40
39
- name : Build sdist
41
40
run : pipx run build --sdist
Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ skip = [
454
454
" *-musllinux*" , # Skip slow Linux
455
455
" *-manylinux_ppc64le" , # Skip slow Linux
456
456
" *-manylinux_s390x" , # Skip slow Linux
457
- " *p313-*" , # skip 3.13 for now (spacy build issue): users will have to build it on their own
457
+ # "*p313-*", # skip 3.13 for now (spacy build issue): users will have to build it on their own
458
458
]
459
459
460
460
before-test = ' pip install pytest "urllib3<2"'
You can’t perform that action at this time.
0 commit comments