Skip to content

Commit 43e3589

Browse files
committed
Compute sha256sums from all dist files
Store it in the artifacts for future bookkeeping.
1 parent cccffc5 commit 43e3589

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: Build wheels
5959
run: sudo make python-dists-${{ matrix.manylinux_arch }}
6060

61+
- name: Compute sha256sums
62+
run: sha256sum dist/* | sudo tee dist/sha256sums
63+
6164
- name: Upload build artifacts
6265
uses: actions/upload-artifact@v4
6366
with:

0 commit comments

Comments
 (0)