Skip to content

Commit

Permalink
fix action to v1.11 (#239)
Browse files Browse the repository at this point in the history
* fix pypa action to v1.11

* Update pyproject.toml
  • Loading branch information
McHaillet authored Nov 11, 2024
1 parent 7196dbb commit 2328a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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
uses: pypa/gh-action-pypi-publish@release/v1.11 # temporary workaround for issue #236
with:
repository-url: https://test.pypi.org/legacy/
- name: Download conda dependencies
Expand All @@ -40,4 +40,4 @@ jobs:
run: |
python -m unittest discover tests/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.11 # temporary workaround for issue #236
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.6"
version = "0.7.7"
description = "PyTOM's GPU template matching module as an independent package"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 2328a7b

Please sign in to comment.