Skip to content

Commit e52aef5

Browse files
committed
fix trusted pub workflow (for attestation)
1 parent 46eeb8e commit e52aef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Generate artifact attestation for sdist and wheel
5959
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
6060
with:
61-
subject-path: dist/cycler-*
61+
subject-path: dist/mpl_data_containers-*
6262

6363
- name: Publish package distributions to PyPI
6464
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3

0 commit comments

Comments
 (0)