Skip to content

Commit

Permalink
ci: fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 29, 2024
1 parent c7c1348 commit 4991b4b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,11 @@ jobs:
permissions:
id-token: write
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
pattern: cibw-wheels-*
name: all-wheels

- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: all-wheels
pattern: cibw-wheels-*
merge-multiple: true
path: dist


Expand Down

0 comments on commit 4991b4b

Please sign in to comment.