Skip to content

Commit

Permalink
add all the platforms to pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jun 23, 2024
1 parent 915783f commit 0ed5b22
Show file tree
Hide file tree
Showing 5 changed files with 5,316 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ for recipe in ${CURRENT_RECIPES[@]}; do

done

anaconda -t ${ANACONDA_API_TOKEN} upload /opt/conda/build_artifacts/linux-*/*.conda --force
pixi run upload ${CONDA_BLD_PATH}/osx-*/*.conda --force
2 changes: 1 addition & 1 deletion .scripts/build_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ for recipe in ${CURRENT_RECIPES[@]}; do
# -m ${FEEDSTOCK_ROOT}/.ci_support/conda_forge_pinnings.yaml \
done

anaconda -t ${ANACONDA_API_TOKEN} upload ${CONDA_BLD_PATH}/osx-*/*.conda --force
pixi run upload ${CONDA_BLD_PATH}/osx-*/*.conda --force
2 changes: 1 addition & 1 deletion .scripts/build_osx_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ for recipe in ${CURRENT_RECIPES[@]}; do
# -m ${FEEDSTOCK_ROOT}/.ci_support/conda_forge_pinnings.yaml \
done

anaconda -t ${ANACONDA_API_TOKEN} upload ${CONDA_BLD_PATH}/osx-*/*.conda --force
pixi run upload ${CONDA_BLD_PATH}/osx-*/*.conda --force
Loading

0 comments on commit 0ed5b22

Please sign in to comment.