Skip to content

Commit

Permalink
#134 Merge pull request from deshima-dev/astropenguin/issue133
Browse files Browse the repository at this point in the history
Fix to missing kidanalysis-delft (reduce/utils) on release
  • Loading branch information
astropenguin authored Jul 5, 2024
2 parents 2268cdb + 2bbe3d4 commit 6703b5b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Publish package to PyPI
run: pip install poetry==1.7.1 && poetry publish --build
- uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.3"
- run: poetry publish --build
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ keywords:
- spectroscopy
- deshima
license: MIT
version: 3.0.2
date-released: '2024-07-03'
version: 3.0.3
date-released: '2024-07-05'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DESHIMA merge code for observed datasets
## Installation

```shell
pip install demerge==3.0.2
pip install demerge==3.0.3
```

## Command line interface
Expand Down
2 changes: 1 addition & 1 deletion demerge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["demerge", "merge", "reduce"]
__version__ = "3.0.2"
__version__ = "3.0.3"


# standard library
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "demerge"
version = "3.0.2"
version = "3.0.3"
description = "DESHIMA merge code for observed datasets"
authors = [
"Tatsuya Takekoshi <[email protected]>",
Expand Down

0 comments on commit 6703b5b

Please sign in to comment.