Skip to content

Commit

Permalink
release v1.1.1 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor authored Dec 10, 2024
1 parent 8e85c4f commit beb3e35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pairtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"""

__version__ = "1.1.0"
__version__ = "1.1.1"

# from . import lib
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ python:
- method: pip
path: .
extra_requirements:
- doc
- doc

0 comments on commit beb3e35

Please sign in to comment.