Skip to content

Commit

Permalink
revert conda convert
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Nov 7, 2019
1 parent dd97444 commit 39ffc12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ check_if_meta_yaml_file_exists() {

build_package(){
conda build -c conda-forge --output-folder . .
conda convert -p osx-64 linux-64/*.tar.bz2
}

upload_package(){
export ANACONDA_API_TOKEN=$INPUT_ANACONDATOKEN
anaconda upload --label main --all linux-64/*.tar.bz2
anaconda upload --label main linux-64/*.tar.bz2
anaconda upload --label main osx-64/*.tar.bz2
}

go_to_build_dir
Expand Down

0 comments on commit 39ffc12

Please sign in to comment.