Skip to content

generate client

generate client #1

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
if: github.head_ref == 'main'
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