Skip to content

Commit fb0a15b

Browse files
committed
just: pass tag argument correctly
Found this bug in the release process when releasing today.
1 parent 5433319 commit fb0a15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ release-build-macos tag:
2121

2222
# Trigger builds of aarch64-apple-darwin release artifacts.
2323
release-build-macos-remote tag:
24-
ssh macmini just --working-directory /Users/gps/src/python-build-standalone --justfile /Users/gps/src/python-build-standalone/Justfile release-build-macos tag={{tag}}
24+
ssh macmini just --working-directory /Users/gps/src/python-build-standalone --justfile /Users/gps/src/python-build-standalone/Justfile release-build-macos {{tag}}
2525
mkdir -p dist
2626
scp 'macmini:~/src/python-build-standalone/dist/*.zst' dist/
2727
cargo run --release -- convert-install-only dist/cpython-*-aarch64-apple-darwin-pgo+lto*.zst

0 commit comments

Comments
 (0)