diff --git a/.github/workflows/do-release.yml b/.github/workflows/do-release.yml index 0abb69e..95394ee 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 diff --git a/pyproject.toml b/pyproject.toml index 76699ca..ff34157 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"}