We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2e320 commit f4ac35cCopy full SHA for f4ac35c
requirements.txt
@@ -1,4 +1,2 @@
1
-sigstore ~= 2.0
+sigstore ~= 2.1
2
requests ~= 2.28
3
-# TODO: Remove with the next sigstore-python release.
4
-sigstore-rekor-types == 0.0.11
setup/setup.bash
@@ -46,3 +46,5 @@ min_vers=$(cut -d '.' -f2 <<< "${vers}")
46
[[ "${maj_vers}" == "3" && "${min_vers}" -ge 7 ]] || die "Bad Python version: ${vers}"
47
48
python -m pip install --requirement "${GITHUB_ACTION_PATH}/requirements.txt"
49
+
50
+debug "sigstore-python: $(python -m sigstore --version)"
0 commit comments