From af7a028082ff08b12ac22ed51b084bd85bd7fc9a Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Wed, 9 Jul 2025 09:58:46 -0500 Subject: [PATCH] remove attestation for now --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fff5e28..d5540fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,10 +56,5 @@ jobs: - name: Print out packages run: ls dist - - name: Generate artifact attestation for sdist and wheel - uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0 - with: - subject-path: dist/mpl_data_containers-* - - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3