Skip to content

chore: use pyproject.toml and uv tool #54

chore: use pyproject.toml and uv tool

chore: use pyproject.toml and uv tool #54

Workflow file for this run

name: 📦️ Upload to PyPi
on:
release:
types:
- published
pull_request:
branches:
- devel
jobs:
upload:
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Upload Wheel
run: |
uv build
uv publish --trusted-publishing automatic