Skip to content

Commit

Permalink
Fix release workflow (#137)
Browse files Browse the repository at this point in the history
* update version again

* actually use the correct link
  • Loading branch information
sroet authored Mar 1, 2024
1 parent fafa943 commit b246fb3
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 @@ -35,7 +35,7 @@ jobs:
conda install -y -c conda-forge python=3 cupy cuda-version=11.8
- name: Install from testPyPi
run: |
python3 -m pip install --index-url https://test.pypi.org/legacy/ --extra-index-url https://pypi.org/simple/ pytom-match-pick[plotting]
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ pytom-match-pick[plotting]
- name: Run tests on the installed package
run: |
python -m unittest discover tests/
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.4.2"
version = "0.4.3"
description = "PyTOM's GPU template matching module as an independent package"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit b246fb3

Please sign in to comment.