Skip to content

Commit

Permalink
set to 1.12 instead of 1.12.1 (#238)
Browse files Browse the repository at this point in the history
* set to 1.12 instead of 1.12.1

* Update pyproject.toml
  • Loading branch information
McHaillet authored Nov 11, 2024
1 parent 06f2be3 commit 7196dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/do-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.1
uses: pypa/gh-action-pypi-publish@release/v1.12
with:
repository-url: https://test.pypi.org/legacy/
- name: Download conda dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytom-match-pick"
version = "0.7.5"
version = "0.7.6"
description = "PyTOM's GPU template matching module as an independent package"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 7196dbb

Please sign in to comment.