test build in develop and pull requests

This commit is contained in:
AlexVonB
2024-07-14 22:10:01 +02:00
parent a5615f7d80
commit e2ace9d633

View File

@@ -23,7 +23,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install --upgrade setuptools setuptools_scm wheel build tox
- name: Lint and test
run: |
tox
- name: Build
run: |
python -m build -nwsx .