Skip to content

Merge pull request #634 from ManuelHu/validation #1020

Merge pull request #634 from ManuelHu/validation

Merge pull request #634 from ManuelHu/validation #1020

Workflow file for this run

name: distribute
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
release:
types:
- published
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
dist:
name: Distribution build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v2