Skip to content

v0.3.0 — Deprecate JIT in favor of BLAS GEMV #5

v0.3.0 — Deprecate JIT in favor of BLAS GEMV

v0.3.0 — Deprecate JIT in favor of BLAS GEMV #5

Workflow file for this run

name: Publish to PyPI
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
version: "latest"
- name: Build package
run: uv build
- name: Publish to PyPI
run: uv publish