Skip to content

bloodflow reports

bloodflow reports #29

Workflow file for this run

name: Check packaging
on:
pull_request:
push:
branches:
- main
jobs:
check-packaging:
name: Build and check the distribution package
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install test dependencies
run: |
python3 -m pip install --upgrade pip setuptools
python3 -m pip install tox-gh-actions
- name: Run tox
run: |
tox -e check-packaging