Skip to content

Commit e025cbb

Browse files
committed
- add the GPS docs
- bug fix
1 parent 381f560 commit e025cbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
9797
publish-to-testpypi:
9898
name: Publish Python 🐍 distribution 📦 to TestPyPI
99+
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
99100
needs:
100101
- build
101102
runs-on: ubuntu-latest

src/GPS/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Genetics-informed pathogenic spatial mapping
33
'''
44

5-
__version__ = '1.53'
5+
__version__ = '1.54'

0 commit comments

Comments
 (0)