PSLmodels / Package-Builder

Policy Simulation Library tool that builds packages and uploads them to the Anaconda Cloud's PSLmodels channel for public distribution
4 stars 7 forks source link

Revise 'anaconda upload' command in release.py #147

Closed martinholmer closed 5 years ago

martinholmer commented 5 years ago

Revise the anaconda upload command by changing --token to -t and by changing --user to -u. Also, simplify code by using the --skip-existing option.