Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreni authored Oct 25, 2024
1 parent 4104d3e commit 099a1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CONDA_BLD_PATH="output"
(magic run clean ; magic run update_and_build) || exit 1

for file in "$CONDA_BLD_PATH"/**/*.conda; do
magic run rattler-build upload prefix -c "mojo-community-nightly" "$file" --api-key=$PREFIX_API_KEY || (echo "upload failed" && exit 1)
magic run rattler-build upload prefix -c "mojo-community-nightly" "$file" --api-key=$PREFIX_API_KEY || (echo "upload failed" ; exit 1)
done

magic run clean
magic run clean

0 comments on commit 099a1aa

Please sign in to comment.