Skip to content

Commit c501cbe

Browse files
committed
Ready for v0.9.0
1 parent e97573f commit c501cbe

File tree

4 files changed

+215
-179
lines changed

4 files changed

+215
-179
lines changed

.github/workflows/publish_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ['3.9']
15+
python-version: ['3.10']
1616
poetry-version: [1.8.3]
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-latest]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
4848
4949
publish:
5050
name: Upload wheels to PyPI
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-latest
5252
needs: build
5353

5454
steps:

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.9.0
2+
* Update to python>=3.10,<3.14 (#34)
3+
14
v0.8.2
25
* Add GitHub Actions auto-release workflow
36
* Add support for DIA-NN 2.0 input with decoys (Fixes #23)

0 commit comments

Comments
 (0)