Commit 2601c41 1 parent bf5596a commit 2601c41 Copy full SHA for 2601c41
File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
180
180
- uses : actions/upload-artifact@v3
181
181
if : |
182
- github.event_name == 'pull_request ' ||
182
+ github.event_name == 'release ' ||
183
183
github.event_name == 'workflow_dispatch' ||
184
184
github.ref == 'refs/heads/master'
185
185
with :
@@ -194,7 +194,7 @@ jobs:
194
194
pl_backend : ["lightning_qubit", "lightning_kokkos"]
195
195
runs-on : ubuntu-latest
196
196
if : |
197
- github.event_name == 'pull_request ' ||
197
+ github.event_name == 'release ' ||
198
198
github.ref == 'refs/heads/master'
199
199
200
200
steps :
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
103
103
- uses : actions/upload-artifact@v3
104
104
if : |
105
- github.event_name == 'pull_request ' ||
105
+ github.event_name == 'release ' ||
106
106
github.event_name == 'workflow_dispatch' ||
107
107
github.ref == 'refs/heads/master'
108
108
with :
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
167
167
- uses : actions/upload-artifact@v3
168
168
if : |
169
- github.event_name == 'pull_request ' ||
169
+ github.event_name == 'release ' ||
170
170
github.event_name == 'workflow_dispatch' ||
171
171
github.ref == 'refs/heads/master' ||
172
172
steps.rc_build.outputs.match != ''
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
199
199
- uses : actions/upload-artifact@v3
200
200
if : |
201
- github.event_name == 'pull_request ' ||
201
+ github.event_name == 'release ' ||
202
202
github.event_name == 'workflow_dispatch' ||
203
203
github.ref == 'refs/heads/master' ||
204
204
steps.rc_build.outputs.match != ''
@@ -214,7 +214,7 @@ jobs:
214
214
pl_backend : ["lightning_qubit", "lightning_kokkos"]
215
215
runs-on : ubuntu-latest
216
216
if : |
217
- github.event_name == 'pull_request ' ||
217
+ github.event_name == 'release ' ||
218
218
github.ref == 'refs/heads/master'
219
219
220
220
steps :
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
122
122
- uses : actions/upload-artifact@v3
123
123
if : |
124
- github.event_name == 'pull_request ' ||
124
+ github.event_name == 'release ' ||
125
125
github.event_name == 'workflow_dispatch' ||
126
126
github.ref == 'refs/heads/master' ||
127
127
steps.rc_build.outputs.match != ''
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
127
127
- uses : actions/upload-artifact@v3
128
128
if : |
129
- github.event_name == 'pull_request ' ||
129
+ github.event_name == 'release ' ||
130
130
github.event_name == 'workflow_dispatch' ||
131
131
github.ref == 'refs/heads/master'
132
132
with :
@@ -141,7 +141,7 @@ jobs:
141
141
pl_backend : ["lightning_qubit", "lightning_kokkos"]
142
142
runs-on : ubuntu-latest
143
143
if : |
144
- github.event_name == 'pull_request ' ||
144
+ github.event_name == 'release ' ||
145
145
github.ref == 'refs/heads/master'
146
146
147
147
steps :
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
183
183
- uses : actions/upload-artifact@v3
184
184
if : |
185
- github.event_name == 'pull_request ' ||
185
+ github.event_name == 'release ' ||
186
186
github.event_name == 'workflow_dispatch' ||
187
187
github.ref == 'refs/heads/master' ||
188
188
steps.rc_build.outputs.match != ''
@@ -198,7 +198,7 @@ jobs:
198
198
pl_backend : ["lightning_qubit", "lightning_kokkos"]
199
199
runs-on : ubuntu-latest
200
200
if : |
201
- github.event_name == 'pull_request ' ||
201
+ github.event_name == 'release ' ||
202
202
github.ref == 'refs/heads/master'
203
203
204
204
steps :
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ jobs:
207
207
208
208
- uses : actions/upload-artifact@v3
209
209
if : |
210
- github.event_name == 'pull_request ' ||
210
+ github.event_name == 'release ' ||
211
211
github.event_name == 'workflow_dispatch' ||
212
212
github.ref == 'refs/heads/master' ||
213
213
steps.rc_build.outputs.match != ''
Original file line number Diff line number Diff line change 16
16
Version number (major.minor.patch[-label])
17
17
"""
18
18
19
- __version__ = "0.38.0-rc13 "
19
+ __version__ = "0.38.0"
You can’t perform that action at this time.
0 commit comments