File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
manylinux : auto
19
19
command : build
20
- args : --profile release-lto --out dist
20
+ args : >
21
+ --profile release-lto
22
+ --manifest-path py-feos/Cargo.toml
23
+ --out dist
21
24
- name : Upload wheels
22
25
uses : actions/upload-artifact@v4
23
26
with :
36
39
uses : PyO3/maturin-action@v1
37
40
with :
38
41
target : x86_64
39
- args : --profile release-lto --out dist
42
+ args : >
43
+ --profile release-lto
44
+ --manifest-path py-feos/Cargo.toml
45
+ --out dist
40
46
- name : Upload wheels
41
47
uses : actions/upload-artifact@v4
42
48
with :
75
81
uses : PyO3/maturin-action@v1
76
82
with :
77
83
target : ${{ matrix.target }}
78
- args : --profile release-lto --out dist
84
+ args : >
85
+ --profile release-lto
86
+ --manifest-path py-feos/Cargo.toml
87
+ --out dist
79
88
- name : Upload wheels
80
89
uses : actions/upload-artifact@v4
81
90
with :
Original file line number Diff line number Diff line change 18
18
manylinux : auto
19
19
command : build
20
20
args : >
21
- --profile release-lto
21
+ --profile debug
22
22
--manifest-path py-feos/Cargo.toml
23
23
--out dist
24
24
- name : Upload wheels
39
39
with :
40
40
target : x86_64
41
41
args : >
42
- --profile release-lto
42
+ --profile debug
43
43
--manifest-path py-feos/Cargo.toml
44
44
--out dist
45
45
- name : Upload wheels
60
60
with :
61
61
target : aarch64
62
62
args : >
63
- --profile release-lto
63
+ --profile debug
64
64
--manifest-path py-feos/Cargo.toml
65
65
--out dist
66
66
- name : Upload wheels
81
81
with :
82
82
target : x64
83
83
args : >
84
- --profile release-lto
84
+ --profile debug
85
85
--manifest-path py-feos/Cargo.toml
86
86
--out dist
87
87
- name : Upload wheels
You can’t perform that action at this time.
0 commit comments