Skip to content

v2025.10.0 Another Spooky Update #25

v2025.10.0 Another Spooky Update

v2025.10.0 Another Spooky Update #25

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Publish to PyPI
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Build Dists
run: uv build
- name: Publish Python distribution to PyPI
run: uv publish