From 31ec85da5ca49e07746f409b9491bba7956caeb2 Mon Sep 17 00:00:00 2001 From: Matthew Silverman Date: Tue, 20 Jun 2023 14:56:17 -0400 Subject: [PATCH 1/3] fix demo thumbnails (#51) --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 6ae2777..db0ec8c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -41,7 +41,7 @@ Check out these demos to see the PennyLane-Qulacs plugin in action: .. title-card:: :name: Intro to QAOA - :description: + :description: :link: https://pennylane.ai/qml/demos/tutorial_qaoa_intro.html From a934c0a7ada683126d9b89225a9b8055690f5fab Mon Sep 17 00:00:00 2001 From: Paul Finlay <50180049+doctorperceptron@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:02:02 -0400 Subject: [PATCH 2/3] Switch to GA4 (#52) --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 6d471ec..180f752 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -63,7 +63,7 @@ # General information about the project. project = "PennyLane-Qulacs" -copyright = "2022, Xanadu Quantum Technologies Inc." +copyright = "2023, Xanadu Quantum Technologies Inc." author = "Steven Oud and Xanadu" add_module_names = False @@ -255,7 +255,7 @@ def __getattr__(cls, name): ], "toc_overview": True, "navbar_active_link": 3, - "google_analytics_tracking_id": "UA-130507810-1" + "google_analytics_tracking_id": "G-C480Z9JL0D" } edit_on_github_project = 'PennyLaneAI/pennylane-qulacs' From 1921653e0100f7e4b3f964e2f4cea44ca31926a8 Mon Sep 17 00:00:00 2001 From: Matthew Silverman Date: Tue, 27 Jun 2023 10:58:18 -0400 Subject: [PATCH 3/3] use correct pypi upload action version (#53) --- .github/workflows/upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index fd8cb7f..6f4a62b 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -31,7 +31,7 @@ jobs: python -m pytest tests --tb=native - name: Publish - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI }}