From 232949b5ee30bb3c770e6ac27e7d1fc6c81fa783 Mon Sep 17 00:00:00 2001 From: Marek Sebera Date: Sun, 23 Apr 2023 10:42:35 +0200 Subject: [PATCH] release version 0.8.0 --- .github/workflows/sanity.yml | 35 ++++++++++++++++++----------------- pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 4baecdf..96bb354 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -1,24 +1,25 @@ +--- name: Sanity on: [push, pull_request] jobs: - build: + build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Set up Python 3.8 - uses: actions/setup-python@v4 - with: - python-version: 3.8 - - name: Install dependencies - run: | - python -m pip install --upgrade pip setuptools wheel - python -m pip install .[test] - - name: Test with pytest - run: | - make test - - name: Upload coverage to codecov - uses: codecov/codecov-action@v3 + steps: + - uses: actions/checkout@v3 + - name: Set up Python 3.8 + uses: actions/setup-python@v4 + with: + python-version: 3.8 + - name: Install dependencies + run: | + python -m pip install --upgrade pip setuptools wheel + python -m pip install .[test] + - name: Test with pytest + run: | + make test + - name: Upload coverage to codecov + uses: codecov/codecov-action@v3 diff --git a/pyproject.toml b/pyproject.toml index 78e9ab2..0c5bc6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ keywords = [ license = {text = "AGPL-3.0"} name = "ok-dmrlib" requires-python = ">=3.8" -version = "0.8" +version = "0.8.0" [project.optional-dependencies] pre-commit = ["pre-commit>=3.0.0"]