curdling icon indicating copy to clipboard operation
curdling copied to clipboard

Ability to manually upload wheels to cache server

Open yunmanger1 opened this issue 11 years ago • 0 comments

Currently packages are uploaded only in case when there are no errors in the installation process. I think, in practice there are a lot of packages with broken setup and it would be nice to have an ability to upload wheels manually once you get a working one.

 curd upload -c http://my-cache/ some.whl

Or possibly upload all requirements that were successfully built:

 curd install -c http://my-cache/ -u --skip-errors FreakyPackage

yunmanger1 avatar Dec 21 '13 11:12 yunmanger1