From beb3e35b80824b938a1e8fd35861ac8c2da43ca9 Mon Sep 17 00:00:00 2001 From: Anton Goloborodko Date: Tue, 10 Dec 2024 20:47:16 +0100 Subject: [PATCH] release v1.1.1 (#257) --- .github/workflows/python-publish-test.yml | 4 ++-- .github/workflows/python-publish.yml | 4 ++-- pairtools/__init__.py | 2 +- readthedocs.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-publish-test.yml b/.github/workflows/python-publish-test.yml index 46af087..66bba74 100644 --- a/.github/workflows/python-publish-test.yml +++ b/.github/workflows/python-publish-test.yml @@ -31,13 +31,13 @@ jobs: # Use the empty string ("") to ignore status or conclusion in the search workflow_conclusion: success - - name: Publish distribution 📦 to PyPI + - name: Publish sdist 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: cibw-sdist repository-url: https://test.pypi.org/legacy/ - - name: Publish distribution 📦 to PyPI + - name: Publish wheels 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: cibw-wheels-ubuntu-latest-0 diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 26ffeac..8967a9f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -31,12 +31,12 @@ jobs: # Use the empty string ("") to ignore status or conclusion in the search workflow_conclusion: success - - name: Publish distribution 📦 to PyPI + - name: Publish sdist 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: cibw-sdist - - name: Publish distribution 📦 to PyPI + - name: Publish wheels 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: cibw-wheels-ubuntu-latest-0 diff --git a/pairtools/__init__.py b/pairtools/__init__.py index e5d3e19..3d0bded 100644 --- a/pairtools/__init__.py +++ b/pairtools/__init__.py @@ -10,6 +10,6 @@ """ -__version__ = "1.1.0" +__version__ = "1.1.1" # from . import lib diff --git a/readthedocs.yml b/readthedocs.yml index 9a394e0..98c28c0 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -15,4 +15,4 @@ python: - method: pip path: . extra_requirements: - - doc + - doc \ No newline at end of file