Commit 6958fb8 1 parent 66429b0 commit 6958fb8 Copy full SHA for 6958fb8
File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 12
12
* Support ` expval ` for a Hamiltonian.
13
13
[ (#333 )] ( https://github.com/PennyLaneAI/pennylane-lightning/pull/333 )
14
14
15
+ * Implements caching for Kokkos installation.
16
+ [ (#316 )] ( https://github.com/PennyLaneAI/pennylane-lightning/pull/316 )
17
+
15
18
### Documentation
16
19
17
20
### Bug fixes
Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ jobs:
206
206
- uses : actions/upload-artifact@v2
207
207
if : ${{ github.event_name == 'release' || github.ref == 'refs/heads/master' || steps.rc_build.outputs.match != ''}}
208
208
with :
209
- name : ${{ runner.os }}-wheels.zip
210
- path : Z:\dist\ *.whl
209
+ name : ${{ runner.os }}-wheels-${{ matrix.arch }} .zip
210
+ path : ./wheelhouse/ *.whl
211
211
212
212
upload-pypi :
213
213
needs : win-wheels
@@ -216,7 +216,7 @@ jobs:
216
216
steps :
217
217
- uses : actions/download-artifact@v2
218
218
with :
219
- name : Windows-wheels.zip
219
+ name : Windows-wheels-AMD64 .zip
220
220
path : dist
221
221
222
222
- name : Upload wheels to PyPI
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.26.0-dev9 "
19
+ __version__ = "0.26.0-dev10 "
You can’t perform that action at this time.
0 commit comments