Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Apr 23, 2023
1 parent 4a1709c commit 232949b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
35 changes: 18 additions & 17 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 232949b

Please sign in to comment.