Commit 4ba2434 1 parent 240b7ed commit 4ba2434 Copy full SHA for 4ba2434
File tree 9 files changed +10
-10
lines changed
9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
168
168
- uses : actions/upload-artifact@v3
169
169
if : |
170
- github.event_name == 'pull_request ' ||
170
+ github.event_name == 'release ' ||
171
171
github.event_name == 'workflow_dispatch' ||
172
172
github.ref == 'refs/heads/master'
173
173
with :
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
159
159
- uses : actions/upload-artifact@v3
160
160
if : |
161
- github.event_name == 'pull_request ' ||
161
+ github.event_name == 'release ' ||
162
162
github.event_name == 'workflow_dispatch' ||
163
163
github.ref == 'refs/heads/master' ||
164
164
steps.rc_build.outputs.match != ''
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187
187
188
188
- uses : actions/upload-artifact@v3
189
189
if : |
190
- github.event_name == 'pull_request ' ||
190
+ github.event_name == 'release ' ||
191
191
github.event_name == 'workflow_dispatch' ||
192
192
github.ref == 'refs/heads/master' ||
193
193
steps.rc_build.outputs.match != ''
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
118
118
- uses : actions/upload-artifact@v3
119
119
if : |
120
- github.event_name == 'pull_request ' ||
120
+ github.event_name == 'release ' ||
121
121
github.event_name == 'workflow_dispatch' ||
122
122
github.ref == 'refs/heads/master' ||
123
123
steps.rc_build.outputs.match != ''
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
117
117
- uses : actions/upload-artifact@v3
118
118
if : |
119
- github.event_name == 'pull_request ' ||
119
+ github.event_name == 'release ' ||
120
120
github.event_name == 'workflow_dispatch' ||
121
121
github.ref == 'refs/heads/master'
122
122
with :
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
171
171
- uses : actions/upload-artifact@v3
172
172
if : |
173
- github.event_name == 'pull_request ' ||
173
+ github.event_name == 'release ' ||
174
174
github.event_name == 'workflow_dispatch' ||
175
175
github.ref == 'refs/heads/master' ||
176
176
steps.rc_build.outputs.match != ''
Original file line number Diff line number Diff line change 75
75
- uses : actions/upload-artifact@v3
76
76
if : |
77
77
matrix.pl_backend == 'lightning_qubit' &&
78
- (github.event_name == 'pull_request ' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master')
78
+ (github.event_name == 'release ' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master')
79
79
with :
80
80
name : pure-python-wheels-${{ matrix.pl_backend }}.zip
81
81
path : main/dist/*.whl
90
90
SKIP_COMPILATION : True
91
91
92
92
- uses : actions/upload-artifact@v3
93
- if : ${{ matrix.pl_backend != 'lightning_qubit' && (github.event_name == 'pull_request ' || github.ref == 'refs/heads/master') }}
93
+ if : ${{ matrix.pl_backend != 'lightning_qubit' && (github.event_name == 'release ' || github.ref == 'refs/heads/master') }}
94
94
with :
95
95
name : pure-source-dist-${{ matrix.pl_backend }}.tar.gz
96
96
path : main/dist/*.tar.gz
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
198
198
- uses : actions/upload-artifact@v3
199
199
if : |
200
- github.event_name == 'pull_request ' ||
200
+ github.event_name == 'release ' ||
201
201
github.event_name == 'workflow_dispatch' ||
202
202
github.ref == 'refs/heads/master' ||
203
203
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.37.0-rc0 "
19
+ __version__ = "0.37.0"
You can’t perform that action at this time.
0 commit comments