Skip to content

Bump version to 1.4.1 (#56) #281

Bump version to 1.4.1 (#56)

Bump version to 1.4.1 (#56) #281

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: ./scripts/lint --check-only --install
build-wheels:
needs: lint
uses: ./.github/workflows/build-wheels.yml
with:
include-pre-release-pythons: "true"