File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
- name : Build sdist
22
22
run : |
23
23
python3 setup.py sdist
24
- - uses : actions/upload-artifact@v3
24
+ - uses : actions/upload-artifact@v4
25
25
with :
26
26
name : source-dist
27
27
path : ./dist/*.tar.gz
34
34
os : [ubuntu-20.04, windows-2019, macos-latest]
35
35
env :
36
36
CIBW_ARCHS_MACOS : " x86_64 universal2 arm64"
37
- MACOSX_DEPLOYMENT_TARGET : " 10.15 "
37
+ MACOSX_DEPLOYMENT_TARGET : " 11.0 "
38
38
steps :
39
39
- uses : actions/checkout@v4
40
40
with :
53
53
# emulated ones
54
54
CIBW_ARCHS_LINUX : auto aarch64 ppc64le s390x
55
55
56
- - uses : actions/upload-artifact@v3
56
+ - uses : actions/upload-artifact@v4
57
57
with :
58
58
name : ${{matrix.os}}-wheels
59
59
path : ./wheelhouse/*.whl
@@ -66,19 +66,19 @@ jobs:
66
66
permissions :
67
67
id-token : write
68
68
steps :
69
- - uses : actions/download-artifact@v3
69
+ - uses : actions/download-artifact@v4
70
70
with :
71
71
name : ubuntu-20.04-wheels
72
72
path : artifacts/linux
73
- - uses : actions/download-artifact@v3
73
+ - uses : actions/download-artifact@v4
74
74
with :
75
75
name : windows-2019-wheels
76
76
path : artifacts/windows
77
- - uses : actions/download-artifact@v3
77
+ - uses : actions/download-artifact@v4
78
78
with :
79
79
name : macos-latest-wheels
80
80
path : artifacts/macos
81
- - uses : actions/download-artifact@v3
81
+ - uses : actions/download-artifact@v4
82
82
with :
83
83
name : source-dist
84
84
path : artifacts/sdist
Original file line number Diff line number Diff line change 1
- __version__ = "4.0.1b1 "
1
+ __version__ = "4.0.1b2 "
You can’t perform that action at this time.
0 commit comments