You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Before submitting
Please complete the following checklist when submitting a PR:
- [ ] All new features must include a unit test.
If you've fixed a bug or added code that should be tested, add a test to
the
[`tests`](../tests) directory!
- [x] All new functions and code must be clearly commented and
documented.
If you do make documentation changes, make sure that the docs build and
render correctly by running `make docs`.
- [x] Ensure that the test suite passes, by running `make test`.
- [x] Add a new entry to the `.github/CHANGELOG.md` file, summarizing
the
change, and including a link back to the PR.
- [x] Ensure that code is properly formatted by running `make format`.
When all the above are checked, delete everything above the dashed
line and fill in the pull request template.
------------------------------------------------------------------------------------------------------------
**Context:** To externally develop against LightningKokkos requires the
latest package version to be available. Right now, testPyPI wheels exist
for LQ and LG, but not LK. This PR ensures the LK wheels are pushed
alongside LQ with merges to the master branch, ensuring the packages
have the same version
**Description of the Change:** Updates the wheel builder file for x86 to
also push LK to test PyPI.
**Benefits:** Ensures ease of development and testing for Catalyst
against LK.
**Possible Drawbacks:** Installs of LK and LQ during a an upload may see
mismatched package versions, that could create version failures if
depending on the LK package.
**Related GitHub Issues:**
---------
Co-authored-by: ringo-but-quantum <[email protected]>
Co-authored-by: Ali Asadi <[email protected]>
0 commit comments