Skip to content

Commit

Permalink
how about that?
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 17, 2024
1 parent b6ef31c commit b9a98ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/crates.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def publish_crate(crate: Crate, token: str, version: str, env: dict[str, Any]) -
while True:
try:
cargo(
f"publish --quiet --token {token}",
f"publish --quiet --locked --token {token}",
cwd=crate.path,
env=env,
dry_run=False,
Expand Down

0 comments on commit b9a98ac

Please sign in to comment.