File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ${{ matrix.os }}
10
10
strategy :
11
11
matrix :
12
- os : [ ubuntu-latest, windows-latest, macos-13, macos-14 ]
12
+ os : [ubuntu-latest, windows-latest, macos-13, macos-latest ]
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
- name : Build wheels
18
18
uses : pypa/cibuildwheel@v2.17.0
19
19
env :
20
- CIBW_SKIP : " cp36-* *-win32 *-manylinux_i686 *-musllinux_i686 "
20
+ CIBW_SKIP : " cp36-* cp37-* pp36-* pp37-* "
21
21
- uses : actions/upload-artifact@v4
22
22
with :
23
23
name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
@@ -28,15 +28,15 @@ jobs:
28
28
- uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
- - uses : abatilo/actions-poetry@v2
31
+ - uses : abatilo/actions-poetry@v3
32
32
- name : Build
33
33
run : poetry build
34
34
- uses : actions/upload-artifact@v4
35
35
with :
36
36
path : dist/*.tar.gz
37
37
upload :
38
38
runs-on : ubuntu-latest
39
- needs : [ build_wheels, build_sdist ]
39
+ needs : [build_wheels, build_sdist]
40
40
steps :
41
41
- uses : actions/download-artifact@v4
42
42
with :
You can’t perform that action at this time.
0 commit comments