Skip to content

Commit

Permalink
.....
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Aug 5, 2022
1 parent 31f2d40 commit a8449db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) \
python -m build
# Set the hashes output
- name: "Generate hashes"
id: hash
run: |
echo "::set-output name=hashes::$(sha256sum dist/* | base64 -w0)"
- name: "Upload dists"
Expand Down

0 comments on commit a8449db

Please sign in to comment.