Skip to content

Commit 2601c41

Browse files
committed
Forked as v0.38.0_release to be released with tag v0.38.0.
1 parent bf5596a commit 2601c41

9 files changed

+13
-13
lines changed

.github/workflows/wheel_linux_aarch64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
- uses: actions/upload-artifact@v3
181181
if: |
182-
github.event_name == 'pull_request' ||
182+
github.event_name == 'release' ||
183183
github.event_name == 'workflow_dispatch' ||
184184
github.ref == 'refs/heads/master'
185185
with:
@@ -194,7 +194,7 @@ jobs:
194194
pl_backend: ["lightning_qubit", "lightning_kokkos"]
195195
runs-on: ubuntu-latest
196196
if: |
197-
github.event_name == 'pull_request' ||
197+
github.event_name == 'release' ||
198198
github.ref == 'refs/heads/master'
199199
200200
steps:

.github/workflows/wheel_linux_aarch64_cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- uses: actions/upload-artifact@v3
104104
if: |
105-
github.event_name == 'pull_request' ||
105+
github.event_name == 'release' ||
106106
github.event_name == 'workflow_dispatch' ||
107107
github.ref == 'refs/heads/master'
108108
with:

.github/workflows/wheel_linux_ppc64le.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
- uses: actions/upload-artifact@v3
168168
if: |
169-
github.event_name == 'pull_request' ||
169+
github.event_name == 'release' ||
170170
github.event_name == 'workflow_dispatch' ||
171171
github.ref == 'refs/heads/master' ||
172172
steps.rc_build.outputs.match != ''

.github/workflows/wheel_linux_x86_64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198

199199
- uses: actions/upload-artifact@v3
200200
if: |
201-
github.event_name == 'pull_request' ||
201+
github.event_name == 'release' ||
202202
github.event_name == 'workflow_dispatch' ||
203203
github.ref == 'refs/heads/master' ||
204204
steps.rc_build.outputs.match != ''
@@ -214,7 +214,7 @@ jobs:
214214
pl_backend: ["lightning_qubit", "lightning_kokkos"]
215215
runs-on: ubuntu-latest
216216
if: |
217-
github.event_name == 'pull_request' ||
217+
github.event_name == 'release' ||
218218
github.ref == 'refs/heads/master'
219219
220220
steps:

.github/workflows/wheel_linux_x86_64_cuda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- uses: actions/upload-artifact@v3
123123
if: |
124-
github.event_name == 'pull_request' ||
124+
github.event_name == 'release' ||
125125
github.event_name == 'workflow_dispatch' ||
126126
github.ref == 'refs/heads/master' ||
127127
steps.rc_build.outputs.match != ''

.github/workflows/wheel_macos_arm64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- uses: actions/upload-artifact@v3
128128
if: |
129-
github.event_name == 'pull_request' ||
129+
github.event_name == 'release' ||
130130
github.event_name == 'workflow_dispatch' ||
131131
github.ref == 'refs/heads/master'
132132
with:
@@ -141,7 +141,7 @@ jobs:
141141
pl_backend: ["lightning_qubit", "lightning_kokkos"]
142142
runs-on: ubuntu-latest
143143
if: |
144-
github.event_name == 'pull_request' ||
144+
github.event_name == 'release' ||
145145
github.ref == 'refs/heads/master'
146146
147147
steps:

.github/workflows/wheel_macos_x86_64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182

183183
- uses: actions/upload-artifact@v3
184184
if: |
185-
github.event_name == 'pull_request' ||
185+
github.event_name == 'release' ||
186186
github.event_name == 'workflow_dispatch' ||
187187
github.ref == 'refs/heads/master' ||
188188
steps.rc_build.outputs.match != ''
@@ -198,7 +198,7 @@ jobs:
198198
pl_backend: ["lightning_qubit", "lightning_kokkos"]
199199
runs-on: ubuntu-latest
200200
if: |
201-
github.event_name == 'pull_request' ||
201+
github.event_name == 'release' ||
202202
github.ref == 'refs/heads/master'
203203
204204
steps:

.github/workflows/wheel_win_x86_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207

208208
- uses: actions/upload-artifact@v3
209209
if: |
210-
github.event_name == 'pull_request' ||
210+
github.event_name == 'release' ||
211211
github.event_name == 'workflow_dispatch' ||
212212
github.ref == 'refs/heads/master' ||
213213
steps.rc_build.outputs.match != ''

pennylane_lightning/core/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "0.38.0-rc13"
19+
__version__ = "0.38.0"

0 commit comments

Comments
 (0)