We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ec019 commit 666de86Copy full SHA for 666de86
.github/workflows/release.yaml
@@ -42,6 +42,7 @@ jobs:
42
- name: Build partition-manager
43
run: |
44
python3 -m build
45
+ sha256sum dist/*.whl dist/*.tar.gz >dist/sha256sums
46
47
- name: "Publish release"
48
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
@@ -50,5 +51,6 @@ jobs:
50
51
automatic_release_tag: "${{ steps.get_version.outputs.version }}"
52
title: "partition-manager ${{ steps.get_version.outputs.version }}"
53
files: |
54
+ dist/sha256sums
55
dist/*.whl
56
dist/*.tar.gz
0 commit comments