diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e43a255..a5d9bc3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: publish-to-pypi: name: >- Publish Python distribution to PyPI - if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes + #if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes needs: - build runs-on: ubuntu-latest diff --git a/setup.cfg b/setup.cfg index 3c6e1b8..4837ccb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sniffles -version = 2.3 +version = 2.3.1 author = Moritz Smolka, Hermann Romanek author_email = moritz.g.smolka@gmail.com, sniffles@romanek.at description = A fast structural variation caller for long-read sequencing data diff --git a/setup.py b/setup.py index c5a18cf..20bcaac 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sniffles', - version='2.3', + version='2.3.1', packages=find_packages(), url='https://github.com/fritzsedlazeck/Sniffles', license='MIT', diff --git a/src/sniffles/config.py b/src/sniffles/config.py index 0022c74..663ff3f 100644 --- a/src/sniffles/config.py +++ b/src/sniffles/config.py @@ -19,7 +19,7 @@ from sniffles import util VERSION = "Sniffles2" -BUILD = "2.3.0" +BUILD = "2.3.1" SNF_VERSION = "S2_rc4"