Skip to content

Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 #108

Bump pypa/cibuildwheel from 2.21.3 to 2.22.0

Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 #108

Workflow file for this run

name: Documentation
on:
pull_request:
push:
branches:
- main
release:
types:
- published
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
manifest-path: pyproject.toml
- name: Run Tests
run: pixi run --environment py312 docs
- name: Deploy
if: success() && github.event_name == 'release'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html