Skip to content

Attest build provenance #420

@btschwertfeger

Description

@btschwertfeger

There might be a way to attest build provenance, so lets check it out.

The following snipped could be helpful:

      - name: Attest build provenance
        uses: actions/attest-build-provenance@v1
        with:
          subject-path: dist/*.whl, dist/*.tar.gz

      - name: Publish to PyPI
        uses: pypa/gh-action-pypi-publish@release/v1
        with:
          attestations: true  # uploads attestations alongside the package

Metadata

Metadata

Labels

ShouldSomething that should be implemented somewhere in the futureenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions