Skip to content

ci: attestations

ci: attestations #531

Workflow file for this run

name: Wheel and SDist
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
release:
types:
- published
jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v2
publish:

Check failure on line 23 in .github/workflows/wheel.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/wheel.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
needs: [dist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
environment: pypi
permissions:
id-token: write
attestations: write
steps:
- uses: actions/download-artifact@v4
with:
name: Packages
path: dist
- name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@v1
with:
subject-path: "dist/*"
- uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true