From 666de864bcd3e17001513cd14f8919b01be7dd58 Mon Sep 17 00:00:00 2001
From: "J.C. Jones" <jc@letsencrypt.org>
Date: Fri, 15 Mar 2024 16:03:02 -0700
Subject: [PATCH] sha256sums (#88)

---
 .github/workflows/release.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 8dacb10..a359e70 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -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"
@@ -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