Skip to content

[TICK 1b-002] fix: Prevent phantom empty JJ commits that block push #2

[TICK 1b-002] fix: Prevent phantom empty JJ commits that block push

[TICK 1b-002] fix: Prevent phantom empty JJ commits that block push #2

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: read
id-token: write # Required for OIDC Trusted Publishing
attestations: write # Required for SLSA provenance attestations
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
python-version: "3.11"
- name: Build package
run: uv build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true