Skip to content

Bump the python-packages group with 3 updates #26

Bump the python-packages group with 3 updates

Bump the python-packages group with 3 updates #26

Workflow file for this run

name: Feature pipeline
on:
workflow_dispatch:
push:
branches-ignore:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check:
name: Lint code and check format
uses: ./.github/workflows/_check.yaml
test:
name: Run tests
needs: check
uses: ./.github/workflows/_test.yaml
build:
name: Build dists
needs: test
uses: ./.github/workflows/_build.yaml