Skip to content

Merge branch 'releases/0.8.5' #88

Merge branch 'releases/0.8.5'

Merge branch 'releases/0.8.5' #88

Workflow file for this run

name: build
on:
push:
branches: [main, develop]
pull_request:
branches: [develop]
jobs:
build:
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 hatch
run: pip install --upgrade hatch
- name: Run hatch build
run: hatch --verbose build