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 1c5e597 commit 2a73982Copy full SHA for 2a73982
Justfile
@@ -22,6 +22,9 @@ diff-python-json a b:
22
--max-page-diff-block-lines 100000 \
23
{{ a }} {{ b }}
24
25
+cat-python-json archive:
26
+ tar -x --to-stdout -f {{ archive }} python/PYTHON.json
27
+
28
# Download release artifacts from GitHub Actions
29
release-download-distributions token commit:
30
mkdir -p dist
0 commit comments