File tree Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Expand file tree Collapse file tree 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,12 @@ jobs:
12
12
strategy :
13
13
matrix :
14
14
include :
15
- - name : x86-windows
16
- image : windows-2022
17
- cmake-args : -A Win32 -D ARCHITECTURE=x86
18
- - name : x86_64-windows
19
- image : windows-2022
20
- cmake-args : -A x64 -D ARCHITECTURE=x86_64
21
15
- name : x86_64-linux
22
16
image : ubuntu-22.04
23
17
cmake-args : -D ARCHITECTURE=x86_64
18
+ - name : x86_64-windows
19
+ image : windows-2022
20
+ cmake-args : -A x64 -D ARCHITECTURE=x86_64
24
21
- name : x86_64-darwin
25
22
image : macos-13
26
23
cmake-args : -D CMAKE_OSX_ARCHITECTURES=x86_64 -D ARCHITECTURE=x86_64
50
47
- uses : actions/checkout@v4
51
48
- uses : actions/download-artifact@v4
52
49
with :
53
- name : x86-windows
54
- path : src/sdf/ndtable/x86-windows
50
+ name : x86_64-linux
51
+ path : src/sdf/ndtable/x86_64-linux
52
+ - uses : actions/download-artifact@v4
53
+ - uses : actions/download-artifact@v4
54
+ with :
55
+ name : x86_64-windows
56
+ path : src/sdf/ndtable/x86_64-windows
57
+ - uses : actions/download-artifact@v4
58
+ with :
59
+ name : x86_64-darwin
60
+ path : src/sdf/ndtable/x86_64-darwin
61
+ - uses : actions/download-artifact@v4
62
+ with :
63
+ name : aarch64-darwin
64
+ path : src/sdf/ndtable/aarch64-darwin
55
65
- run : uv build --wheel
56
66
- uses : actions/upload-artifact@v4
57
67
with :
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ build-backend = "hatchling.build"
20
20
"src/sdf/ndtable/aarch64-darwin/libNDTable.dylib" = " sdf/ndtable/aarch64-darwin/libNDTable.dylib"
21
21
"src/sdf/ndtable/x86_64-darwin/libNDTable.dylib" = " sdf/ndtable/x86_64-darwin/libNDTable.dylib"
22
22
"src/sdf/ndtable/x86_64-linux/libNDTable.so" = " sdf/ndtable/x86_64-linux/libNDTable.so"
23
- "src/sdf/ndtable/x86-windows/NDTable.dll" = " sdf/ndtable/x86-windows/NDTable.dll"
24
23
"src/sdf/ndtable/x86_64-windows/NDTable.dll" = " sdf/ndtable/x86_64-windows/NDTable.dll"
25
24
"src/sdf/examples/IntegerNetwork1.mat" = " sdf/examples/IntegerNetwork1.mat"
26
25
"src/sdf/examples/time_series.xlsx" = " sdf/examples/time_series.xlsx"
You can’t perform that action at this time.
0 commit comments