Skip to content

Commit

Permalink
update max version for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty committed Sep 27, 2024
1 parent 9b15ebf commit 8b00952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def publish_to_prefix(args: Any) -> None:
for file in glob.glob(f'{conda_build_path}/**/*.conda'):
try:
subprocess.run(
["rattler-build", "upload", "prefix", "-c", args.channel, file],
["magic", "run", "rattler-build", "upload", "prefix", "-c", args.channel, file],
check=True,
)
except subprocess.CalledProcessError:
Expand Down
2 changes: 1 addition & 1 deletion src/small_time/formatter.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct _Formatter:
if len(fmt) == 0:
return ""

var result: String = ""
var result: String = ''
var in_bracket = False
var start = 0

Expand Down

0 comments on commit 8b00952

Please sign in to comment.