From e52aef584c4583b7ec1b2dee8c03b0a85565b689 Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Wed, 9 Jul 2025 09:45:17 -0500 Subject: [PATCH] fix trusted pub workflow (for attestation) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 024c8d9..c31f5dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: - name: Generate artifact attestation for sdist and wheel uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0 with: - subject-path: dist/cycler-* + subject-path: dist/mpl_data_containers-* - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3