File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
python-version : ['3.10']
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
17
17
- name : Set up Python
18
18
uses : actions/setup-python@v4
38
38
CIBW_BUILD : " cp39-*"
39
39
CIBW_ARCHS_LINUX : auto, aarch64
40
40
41
- - uses : actions/upload-artifact@v3
41
+ - uses : actions/upload-artifact@v4
42
42
with :
43
43
path : ./wheelhouse/*.whl
44
44
51
51
- name : Build sdist
52
52
run : pipx run build --sdist
53
53
54
- - uses : actions/upload-artifact@v3
54
+ - uses : actions/upload-artifact@v4
55
55
with :
56
56
path : dist/*.tar.gz
57
57
63
63
# alternatively, to publish when a GitHub Release is created, use the following rule:
64
64
# if: github.event_name == 'release' && github.event.action == 'published'
65
65
steps :
66
- - uses : actions/download-artifact@v3
66
+ - uses : actions/download-artifact@v4
67
67
with :
68
68
name : artifact
69
69
path : dist
You can’t perform that action at this time.
0 commit comments