Skip to content

fix docs

fix docs #4

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/[email protected]
- name: Install Hatchling
run: pip install --upgrade hatchling
- name: Build
run: hatchling build
- name: Push to PyPI
uses: pypa/[email protected]
with:
attestations: true