update publish script

This commit is contained in:
Daniel Bauer
2024-08-15 23:17:26 +02:00
parent 7a421160b2
commit b18a48cf7e

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