Skip to content

Instantly share code, notes, and snippets.

View thcrt's full-sized avatar

theo court thcrt

View GitHub Profile
@thcrt
thcrt / release.yml
Created December 11, 2024 11:17 — forked from nathanjmcdougall/release.yml
Example release.yml using uv
name: Release to PyPI
on:
push:
tags:
- 'v*'
jobs:
deploy:
runs-on: ubuntu-latest
environment: release
permissions: