Skip to content

Commit e003f10

Browse files
committed
Attest
1 parent 5abb909 commit e003f10

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/releases.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
permissions:
1111
contents: read
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418

1519
build_artifacts:
@@ -63,10 +67,16 @@ jobs:
6367
url: https://pypi.org/p/zarr
6468
permissions:
6569
id-token: write
70+
attestations: write
71+
artifact-metadata: write
6672
steps:
6773
- uses: actions/download-artifact@v7
6874
with:
6975
name: releases
7076
path: dist
77+
- name: Generate artifact attestation
78+
uses: actions/attest@v4
79+
with:
80+
subject-path: dist/*
7181
- name: Publish package to PyPI
7282
uses: pypa/gh-action-pypi-publish@v1.13.0

0 commit comments

Comments
 (0)