Skip to content

Commit aaf5492

Browse files
committed
fmt
1 parent c04c71f commit aaf5492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vinca/generate_gha.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ def build_unix_pipeline(
299299
if prefix_channel:
300300
target_glob = f"{target}*" if target else "*"
301301
upload_script = lu(
302-
f"if compgen -G \"$HOME/conda-bld/{target_glob}/*.conda\" > /dev/null; then\n"
302+
f'if compgen -G "$HOME/conda-bld/{target_glob}/*.conda" > /dev/null; then\n'
303303
f" ~/.pixi/bin/rattler-build upload prefix"
304304
f" --channel {prefix_channel}"
305305
f" --generate-attestation"
306306
f" $HOME/conda-bld/{target_glob}/*.conda\n"
307307
f"else\n"
308-
f" echo \"No packages to upload to prefix.dev\"\n"
308+
f' echo "No packages to upload to prefix.dev"\n'
309309
f"fi\n"
310310
)
311311
steps.append(

0 commit comments

Comments
 (0)