We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381f560 commit e025cbbCopy full SHA for e025cbb
.github/workflows/publish-to-pypi.yml
@@ -96,6 +96,7 @@ jobs:
96
97
publish-to-testpypi:
98
name: Publish Python 🐍 distribution 📦 to TestPyPI
99
+ if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
100
needs:
101
- build
102
runs-on: ubuntu-latest
src/GPS/__init__.py
@@ -2,4 +2,4 @@
2
Genetics-informed pathogenic spatial mapping
3
'''
4
5
-__version__ = '1.53'
+__version__ = '1.54'
0 commit comments