File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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
- rust-toolchain : 1.73
33
+ rust-toolchain : 1.74
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
- rust-toolchain : 1.73
72
+ rust-toolchain : 1.74
73
73
- name : Upload wheels
74
74
uses : actions/upload-artifact@v3
75
75
with :
@@ -105,7 +105,7 @@ jobs:
105
105
target : ${{ matrix.target }}
106
106
args : --release --out dist --find-interpreter -F python
107
107
sccache : ' true'
108
- rust-toolchain : 1.73
108
+ rust-toolchain : 1.74
109
109
110
110
- name : Upload wheels
111
111
uses : actions/upload-artifact@v3
@@ -132,7 +132,7 @@ jobs:
132
132
with :
133
133
command : sdist
134
134
args : --out dist
135
- rust-toolchain : 1.73
135
+ rust-toolchain : 1.74
136
136
- name : Upload sdist
137
137
uses : actions/upload-artifact@v3
138
138
with :
@@ -142,7 +142,7 @@ jobs:
142
142
release :
143
143
name : Release
144
144
runs-on : ubuntu-latest
145
- # if : github.ref_type == 'tag' || github.event_name == 'workflow_dispatch '
145
+ if : github.ref_type == 'tag'
146
146
needs : [linux, windows, macos, sdist]
147
147
steps :
148
148
- uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments