File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments