Skip to content

Commit

Permalink
sha256sums (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones authored Mar 15, 2024
1 parent 67ec019 commit 666de86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Build partition-manager
run: |
python3 -m build
sha256sum dist/*.whl dist/*.tar.gz >dist/sha256sums
- name: "Publish release"
uses: "marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0"
Expand All @@ -50,5 +51,6 @@ jobs:
automatic_release_tag: "${{ steps.get_version.outputs.version }}"
title: "partition-manager ${{ steps.get_version.outputs.version }}"
files: |
dist/sha256sums
dist/*.whl
dist/*.tar.gz

0 comments on commit 666de86

Please sign in to comment.