File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 30
30
target : ${{ matrix.target }}
31
31
args : --release --out dist --find-interpreter -F python
32
32
sccache : ' true'
33
- # manylinux: false
33
+ rust-toolchain : 1.73
34
34
35
35
- name : Upload wheels
36
36
uses : actions/upload-artifact@v3
69
69
with :
70
70
target : ${{ matrix.target }}
71
71
args : --release --out dist --find-interpreter -F python
72
- # sccache: 'true' # sscache seems to have broken on Windows on Github -- https://github.com/nyx-space/nyx/actions/runs/5156694943/jobs/9288035780
72
+ rust-toolchain : 1.73
73
73
- name : Upload wheels
74
74
uses : actions/upload-artifact@v3
75
75
with :
@@ -132,6 +132,7 @@ jobs:
132
132
with :
133
133
command : sdist
134
134
args : --out dist
135
+ rust-toolchain : 1.73
135
136
- name : Upload sdist
136
137
uses : actions/upload-artifact@v3
137
138
with :
@@ -141,7 +142,7 @@ jobs:
141
142
release :
142
143
name : Release
143
144
runs-on : ubuntu-latest
144
- if : github.ref_type == 'tag' || github.event_name == 'workflow_dispatch'
145
+ # if : github.ref_type == 'tag' || github.event_name == 'workflow_dispatch'
145
146
needs : [linux, windows, macos, sdist]
146
147
steps :
147
148
- uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments