File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v4
27
27
28
28
- name : Get conda
29
- uses :
conda-incubator/[email protected] .0
29
+ uses :
conda-incubator/[email protected] .3
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
channels : conda-forge
Original file line number Diff line number Diff line change 20
20
submodules : true
21
21
fetch-depth : 0
22
22
23
- - uses : actions/setup-python@v4
23
+ - uses : actions/setup-python@v5
24
24
with :
25
25
python-version : " 3.11"
26
26
34
34
EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version)
35
35
echo "emsdk-version=$EMSCRIPTEN_VERSION" >> $GITHUB_OUTPUT
36
36
37
- - uses : mymindstorm/setup-emsdk@v13
37
+ - uses : mymindstorm/setup-emsdk@v14
38
38
with :
39
39
version : ${{ steps.compute-emsdk-version.outputs.emsdk-version }}
40
40
actions-cache-folder : emsdk-cache
43
43
- name : Build
44
44
run : CFLAGS=-fexceptions LDFLAGS=-fexceptions pyodide build
45
45
46
- - uses : actions/upload-artifact@v3
46
+ - uses : actions/upload-artifact@v4
47
47
with :
48
48
path : dist/*.whl
49
49
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
23
- - uses : actions/setup-python@v4
23
+ - uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
Original file line number Diff line number Diff line change 32
32
- name : Check metadata
33
33
run : pipx run twine check dist/*
34
34
35
- - uses : actions/upload-artifact@v3
35
+ - uses : actions/upload-artifact@v4
36
36
with :
37
+ name : cibw-sdist
37
38
path : dist/*.tar.gz
38
39
39
40
50
51
with :
51
52
submodules : true
52
53
53
- - uses : pypa/cibuildwheel@v2.16
54
+ - uses : pypa/cibuildwheel@v2.17
54
55
env :
55
56
CIBW_ARCHS_MACOS : universal2
56
57
CIBW_ARCHS_WINDOWS : auto ARM64
59
60
run : git diff --exit-code
60
61
shell : bash
61
62
62
- - uses : actions/upload-artifact@v3
63
+ - uses : actions/upload-artifact@v4
63
64
with :
65
+ name : cibw-wheels-${{ matrix.os }}
64
66
path : wheelhouse/*.whl
65
67
66
68
@@ -74,13 +76,14 @@ jobs:
74
76
id-token : write
75
77
76
78
steps :
77
- - uses : actions/setup-python@v4
79
+ - uses : actions/setup-python@v5
78
80
with :
79
81
python-version : " 3.x"
80
82
81
- - uses : actions/download-artifact@v3
83
+ - uses : actions/download-artifact@v4
82
84
with :
83
- name : artifact
85
+ pattern : cibw-*
86
+ merge-multiple : true
84
87
path : dist
85
88
86
89
- uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments