Skip to content

Commit 666de86

Browse files
authored
sha256sums (#88)
1 parent 67ec019 commit 666de86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Build partition-manager
4343
run: |
4444
python3 -m build
45+
sha256sum dist/*.whl dist/*.tar.gz >dist/sha256sums
4546
4647
- name: "Publish release"
4748
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
@@ -50,5 +51,6 @@ jobs:
5051
automatic_release_tag: "${{ steps.get_version.outputs.version }}"
5152
title: "partition-manager ${{ steps.get_version.outputs.version }}"
5253
files: |
54+
dist/sha256sums
5355
dist/*.whl
5456
dist/*.tar.gz

0 commit comments

Comments
 (0)