Skip to content

Publish Python Package #10

Publish Python Package

Publish Python Package #10

Workflow file for this run

name: Publish Python Package
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.6"
- name: Build and publish to pypi
run: uv publish