Skip to content

Commit

Permalink
BLD: Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen authored Oct 1, 2024
2 parents 45f38a8 + 18446d5 commit f90df0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,9 @@ jobs:
]
steps:
- uses: actions/download-artifact@v4
pattern: wheel-*
merge-multiple: true
with:
pattern: wheel-*
merge-multiple: true
# Install publish dependencies
- name: Install publish dependencies
run: python -m pip install --upgrade twine
Expand Down

0 comments on commit f90df0a

Please sign in to comment.