Skip to content

Commit 2a73982

Browse files
committed
just: add a target to cat the PYTHON.json from a .tar.zst archive
1 parent 1c5e597 commit 2a73982

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ diff-python-json a b:
2222
--max-page-diff-block-lines 100000 \
2323
{{ a }} {{ b }}
2424

25+
cat-python-json archive:
26+
tar -x --to-stdout -f {{ archive }} python/PYTHON.json
27+
2528
# Download release artifacts from GitHub Actions
2629
release-download-distributions token commit:
2730
mkdir -p dist

0 commit comments

Comments
 (0)