Skip to content

Commit

Permalink
cis: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Sep 9, 2024
1 parent ea4570e commit 6b504a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
with:
name: artifact
pattern: cibw-*
path: dist
merge-multiple: true
- name: Sign the dists with Sigstore
uses: sigstore/[email protected]
with:
Expand Down

0 comments on commit 6b504a2

Please sign in to comment.