Skip to content

ci: disable attestations to fix pending publisher name mismatch #3

ci: disable attestations to fix pending publisher name mismatch

ci: disable attestations to fix pending publisher name mismatch #3

Workflow file for this run

name: publish
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v4
with:
version: "latest"
- run: uv build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: |
dist/*.whl
dist/*.tar.gz