From 26a41d0c2115c0cc4f63ed29de3284347e80db7d Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 23 Aug 2025 14:55:54 +0200 Subject: [PATCH] Display hash for Pypi release --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d633f14c..a391bf50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,7 @@ jobs: with: skip-existing: true attestations: false + print-hash: true pypi_test: name: Publish Python 🐍 distribution 📦 to TestPyPI