Commit dcea959 1 parent cf828ac commit dcea959 Copy full SHA for dcea959
File tree 9 files changed +17
-17
lines changed
9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184
184
185
185
- uses : actions/upload-artifact@v4
186
186
if : |
187
- github.event_name == 'pull_request ' ||
187
+ github.event_name == 'release ' ||
188
188
github.event_name == 'workflow_dispatch' ||
189
189
github.ref == 'refs/heads/master'
190
190
with :
@@ -202,7 +202,7 @@ jobs:
202
202
cibw_build : ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
203
203
runs-on : ubuntu-latest
204
204
if : |
205
- github.event_name == 'pull_request ' ||
205
+ github.event_name == 'release ' ||
206
206
github.ref == 'refs/heads/master'
207
207
208
208
steps :
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
108
108
- uses : actions/upload-artifact@v4
109
109
if : |
110
- github.event_name == 'pull_request ' ||
110
+ github.event_name == 'release ' ||
111
111
github.event_name == 'workflow_dispatch' ||
112
112
github.ref == 'refs/heads/master'
113
113
with :
@@ -128,7 +128,7 @@ jobs:
128
128
permissions :
129
129
id-token : write
130
130
if : |
131
- github.event_name == 'pull_request ' ||
131
+ github.event_name == 'release ' ||
132
132
github.ref == 'refs/heads/master'
133
133
134
134
steps :
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
199
199
- uses : actions/upload-artifact@v4
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 != ''
@@ -217,7 +217,7 @@ jobs:
217
217
cibw_build : ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
218
218
runs-on : ubuntu-latest
219
219
if : |
220
- github.event_name == 'pull_request ' ||
220
+ github.event_name == 'release ' ||
221
221
github.ref == 'refs/heads/master'
222
222
223
223
steps :
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
120
120
- uses : actions/upload-artifact@v4
121
121
if : |
122
- github.event_name == 'pull_request ' ||
122
+ github.event_name == 'release ' ||
123
123
github.event_name == 'workflow_dispatch' ||
124
124
github.ref == 'refs/heads/master' ||
125
125
steps.rc_build.outputs.match != ''
@@ -141,7 +141,7 @@ jobs:
141
141
permissions :
142
142
id-token : write
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 @@ -126,7 +126,7 @@ jobs:
126
126
127
127
- uses : actions/upload-artifact@v4
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 :
@@ -144,7 +144,7 @@ jobs:
144
144
cibw_build : ${{ fromJson(needs.mac-set-matrix-arm.outputs.python_version) }}
145
145
runs-on : ubuntu-latest
146
146
if : |
147
- github.event_name == 'pull_request ' ||
147
+ github.event_name == 'release ' ||
148
148
github.ref == 'refs/heads/master'
149
149
150
150
steps :
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184
184
185
185
- uses : actions/upload-artifact@v4
186
186
if : |
187
- github.event_name == 'pull_request ' ||
187
+ github.event_name == 'release ' ||
188
188
github.event_name == 'workflow_dispatch' ||
189
189
github.ref == 'refs/heads/master' ||
190
190
steps.rc_build.outputs.match != ''
@@ -203,7 +203,7 @@ jobs:
203
203
cibw_build : ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
204
204
runs-on : ubuntu-latest
205
205
if : |
206
- github.event_name == 'pull_request ' ||
206
+ github.event_name == 'release ' ||
207
207
github.ref == 'refs/heads/master'
208
208
209
209
steps :
Original file line number Diff line number Diff line change 86
86
- uses : actions/upload-artifact@v4
87
87
if : |
88
88
matrix.pl_backend == 'lightning_qubit' &&
89
- (github.event_name == 'pull_request ' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master')
89
+ (github.event_name == 'release ' || github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master')
90
90
with :
91
91
name : pure-python-wheels-${{ matrix.pl_backend }}.zip
92
92
path : dist/*.whl
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
steps :
104
104
- uses : actions/download-artifact@v4
105
- if : ${{ matrix.pl_backend == 'lightning_qubit' && github.event_name == 'pull_request ' }}
105
+ if : ${{ matrix.pl_backend == 'lightning_qubit' && github.event_name == 'release ' }}
106
106
with :
107
107
name : pure-python-wheels-${{ matrix.pl_backend }}.zip
108
108
path : dist
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
207
207
- uses : actions/upload-artifact@v4
208
208
if : |
209
- github.event_name == 'pull_request ' ||
209
+ github.event_name == 'release ' ||
210
210
github.event_name == 'workflow_dispatch' ||
211
211
github.ref == 'refs/heads/master' ||
212
212
steps.rc_build.outputs.match != ''
@@ -225,7 +225,7 @@ jobs:
225
225
cibw_build : ${{ fromJson(needs.set_wheel_build_matrix.outputs.python_version) }}
226
226
runs-on : ubuntu-latest
227
227
if : |
228
- github.event_name == 'pull_request ' ||
228
+ github.event_name == 'release ' ||
229
229
github.ref == 'refs/heads/master'
230
230
231
231
steps :
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.39.0-rc7 "
19
+ __version__ = "0.39.0"
You can’t perform that action at this time.
0 commit comments