From 54a42330ce652816799e5f2e34575a903a47ead4 Mon Sep 17 00:00:00 2001 From: Marten Chaillet <58044494+McHaillet@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:32:33 +0100 Subject: [PATCH 1/2] test if version update fixes release to test-pypi --- .github/workflows/do-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/do-release.yml b/.github/workflows/do-release.yml index 0abb69ef..95394ee9 100644 --- a/.github/workflows/do-release.yml +++ b/.github/workflows/do-release.yml @@ -27,7 +27,7 @@ jobs: run: | python -m twine check dist/* - name: Publish package distributions to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1.12.1 with: repository-url: https://test.pypi.org/legacy/ - name: Download conda dependencies From 9905fd7a7ca91f3dbf8ace21844df3ac817054d8 Mon Sep 17 00:00:00 2001 From: Marten Chaillet <58044494+McHaillet@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:46:50 +0100 Subject: [PATCH 2/2] update version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76699cae..ff341575 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytom-match-pick" -version = "0.7.4" +version = "0.7.5" description = "PyTOM's GPU template matching module as an independent package" readme = "README.md" license = {file = "LICENSE"}