Skip to content

Commit 37d96de

Browse files
committed
chore(ci): another build pipeline fix
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 <josh@jpellis.me>
1 parent 36cd85c commit 37d96de

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,14 @@ jobs:
188188
contents: write
189189

190190
steps:
191-
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4
191+
- name: Checkout code
192+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
193+
with:
194+
# Fetch all tags
195+
fetch-depth: 0
196+
197+
- name: Download wheels and sdist
198+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4
192199
with:
193200
path: wheels
194201
merge-multiple: true

0 commit comments

Comments
 (0)