Skip to content

Commit ef6f1b4

Browse files
committed
test: sha256sum
1 parent d2e66f4 commit ef6f1b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/_build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ jobs:
5050
matrix:
5151
# It is recommended to pin a Runner version specifically:
5252
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
53-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
54-
python: ['3.10', '3.11', '3.12', '3.13']
53+
# os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
54+
# python: ['3.10', '3.11', '3.12', '3.13']
55+
os: [ubuntu-24.04-arm]
56+
python: ['3.13']
5557
steps:
5658

5759
- name: Harden Runner
@@ -126,6 +128,7 @@ jobs:
126128
HTML_DOCS_PATH=$(find dist/ -type f -name "*-docs-html.zip")
127129
MARKDOWN_DOCS_PATH=$(find dist/ -type f -name "*-docs-md.zip")
128130
BUILD_EPOCH_PATH=$(find dist/ -type f -name "*-build-epoch.txt")
131+
sha256sum --version
129132
DIGEST=$(sha256sum "$TARBALL_PATH" "$WHEEL_PATH" "$REQUIREMENTS_PATH" "$SBOM_PATH" "$HTML_DOCS_PATH" "$MARKDOWN_DOCS_PATH" "$BUILD_EPOCH_PATH" | base64 -w0)
130133
echo "Digest of artifacts is $DIGEST."
131134
echo "artifacts-sha256=$DIGEST" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)