2 Commits
0.0.2 ... 0.9

Author SHA1 Message Date
Daniel Bauer
b18a48cf7e update publish script 2024-08-15 23:17:26 +02:00
Daniel Bauer
7a421160b2 bump version 2024-08-15 23:15:23 +02:00
2 changed files with 7 additions and 2 deletions

View File

@@ -29,7 +29,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
python -m pip install build
- name: Test
run: |
python -m pip install .
python -m pip install -e '.[dev]'
pytest
- name: Build package
run: python -m build
- name: Publish package

View File

@@ -8,7 +8,7 @@ authors = [
{name = "Daniel Bauer", email = "github@dbauer.me"}
]
description = "Add FAIR signpostings to response headers"
version = "0.0.2"
version = "0.9.0"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [