Skip to content

Commit

Permalink
chore(ci): another build pipeline fix
Browse files Browse the repository at this point in the history
For some reason, the rebase done as part of #567 really did not go well,
and some entire steps were inadvertently replaced. It is my bad, and
here's another (and hopefully final) fix.

Ref: #567
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Mar 5, 2024
1 parent 36cd85c commit 37d96de
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,14 @@ jobs:
contents: write

steps:
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
# Fetch all tags
fetch-depth: 0

- name: Download wheels and sdist
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4
with:
path: wheels
merge-multiple: true
Expand Down

0 comments on commit 37d96de

Please sign in to comment.