Skip to content

Commit 4290e60

Browse files
Update TestPyPI token for L-GPU wheels (#575)
* Update TestPyPI token for L-GPU wheels * Auto update version * Update changelog --------- Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com>
1 parent 489cff7 commit 4290e60

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767

6868
### Bug fixes
6969

70+
* Ensure the `lightning.gpu` intermediate wheel builds are uploaded to TestPyPI.
71+
[(#575)](https://github.com/PennyLaneAI/pennylane-lightning/pull/575)
72+
7073
* Allow support for newer clang-tidy versions on non-x86_64 platforms.
7174
[(#567)](https://github.com/PennyLaneAI/pennylane-lightning/pull/567)
7275

.github/workflows/wheel_linux_x86_64_cu11.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ jobs:
129129
uses: pypa/gh-action-pypi-publish@release/v1
130130
with:
131131
user: __token__
132-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
132+
password: ${{ secrets.TEST_PYPI_LGPU_TOKEN }}
133133
repository_url: https://test.pypi.org/legacy/
134134

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.34.0-dev21"
19+
__version__ = "0.34.0-dev22"

0 commit comments

Comments
 (0)