Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit c14e474

Browse files
committed
updated rm
1 parent c32ff6d commit c14e474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Example of usage for the 0.1.40 release wheel:
7575

7676
```
7777
VERSION=0.1.40 #tag
78-
gh release download 0.1.40 --repo Labelbox/labelpandas
78+
gh release download ${VERSION} --repo Labelbox/labelpandas
7979
80-
slsa-verifier verify-artifact --source-branch master --builder-id 'https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v2.0.0' --source-uri "git+https://github.com/Labelbox/labelpandas" --provenance-path multiple.intoto.jsonl ./labelpandas-${VERSION}-py3-none-any.whl
80+
slsa-verifier verify-artifact --source-branch main --builder-id 'https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v2.0.0' --source-uri "git+https://github.com/Labelbox/labelpandas" --provenance-path multiple.intoto.jsonl ./labelpandas-${VERSION}-py3-none-any.whl
8181
```

0 commit comments

Comments
 (0)