File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 28
28
submodules : true
29
29
30
30
- name : Get conda
31
- uses :
conda-incubator/[email protected] .1
31
+ uses :
conda-incubator/[email protected] .3
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
channels : conda-forge
Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-python@v5
20
20
with :
21
21
python-version : " 3.x"
22
- -
uses :
pre-commit/[email protected] .0
22
+ -
uses :
pre-commit/[email protected] .1
Original file line number Diff line number Diff line change 25
25
- name : Check metadata
26
26
run : pipx run twine check dist/*
27
27
28
- - uses : actions/upload-artifact@v3
28
+ - uses : actions/upload-artifact@v4
29
29
with :
30
+ name : cibw-sdist
30
31
path : dist/*.tar.gz
31
32
32
33
43
44
with :
44
45
submodules : true
45
46
46
- - uses : pypa/cibuildwheel@v2.16
47
+ - uses : pypa/cibuildwheel@v2.17
47
48
env :
48
49
CIBW_ARCHS_MACOS : auto universal2
49
50
52
53
shell : bash
53
54
54
55
- name : Upload wheels
55
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
56
57
with :
58
+ name : cibw-wheels-${{ matrix.os }}
57
59
path : wheelhouse/*.whl
58
60
59
61
@@ -68,10 +70,11 @@ jobs:
68
70
with :
69
71
python-version : " 3.x"
70
72
71
- - uses : actions/download-artifact@v3
73
+ - uses : actions/download-artifact@v4
72
74
with :
73
- name : artifact
75
+ pattern : cibw-*
74
76
path : dist
77
+ merge-multiple : true
75
78
76
79
- uses : pypa/gh-action-pypi-publish@release/v1
77
80
with :
You can’t perform that action at this time.
0 commit comments