Skip to content

Commit

Permalink
Build .conda artifacts by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 6, 2024
1 parent bd94b7f commit d63d9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def set_invocation_time():
no_rewrite_stdout_env_default = "false"
ignore_verify_codes_default = []
exit_on_verify_error_default = False
conda_pkg_format_default = None
conda_pkg_format_default = "2" # .conda
zstd_compression_level_default = 19


Expand Down

0 comments on commit d63d9ca

Please sign in to comment.