Skip to content

Commit 232949b

Browse files
committed
release version 0.8.0
1 parent 4a1709c commit 232949b

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

.github/workflows/sanity.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1+
---
12
name: Sanity
23

34
on: [push, pull_request]
45

56
jobs:
6-
build:
7+
build:
78

8-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-latest
910

10-
steps:
11-
- uses: actions/checkout@v3
12-
- name: Set up Python 3.8
13-
uses: actions/setup-python@v4
14-
with:
15-
python-version: 3.8
16-
- name: Install dependencies
17-
run: |
18-
python -m pip install --upgrade pip setuptools wheel
19-
python -m pip install .[test]
20-
- name: Test with pytest
21-
run: |
22-
make test
23-
- name: Upload coverage to codecov
24-
uses: codecov/codecov-action@v3
11+
steps:
12+
- uses: actions/checkout@v3
13+
- name: Set up Python 3.8
14+
uses: actions/setup-python@v4
15+
with:
16+
python-version: 3.8
17+
- name: Install dependencies
18+
run: |
19+
python -m pip install --upgrade pip setuptools wheel
20+
python -m pip install .[test]
21+
- name: Test with pytest
22+
run: |
23+
make test
24+
- name: Upload coverage to codecov
25+
uses: codecov/codecov-action@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ keywords = [
4040
license = {text = "AGPL-3.0"}
4141
name = "ok-dmrlib"
4242
requires-python = ">=3.8"
43-
version = "0.8"
43+
version = "0.8.0"
4444

4545
[project.optional-dependencies]
4646
pre-commit = ["pre-commit>=3.0.0"]

0 commit comments

Comments
 (0)