From c176a33350d8c239d2d487e13a62fd107d2c0ed5 Mon Sep 17 00:00:00 2001 From: Emmie Le Roy <47359313+emmleroy@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:11:33 -0400 Subject: [PATCH 1/2] Fix pypa typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cd55db..e99f21e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,4 +34,4 @@ jobs: run: poetry build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publisher@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file From 5b61e92c385c49d153ee2d4755e5c9e471ba1a59 Mon Sep 17 00:00:00 2001 From: Emmie Le Roy <47359313+emmleroy@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:14:11 -0400 Subject: [PATCH 2/2] Bump pre-release version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf73159..b08737a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantaq-cli" -version = "1.0.0rc1" +version = "1.0.0rc2" description = "The QuantAQ Python Toolkit and CLI" authors = ["David H Hagan "] license = "Apache-2.0"