| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- List dependences
- Give examples
|
|
|
|
|
|
| |
- Makes specifying name patterns simpler
- Makes name pattern reject dev versions unless specified.
- Makes progress printing aligned and more concise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ENH: Create download dir if not present for download-wheels
* TST: Add tests for download-wheels
* MAINT: use exist_ok=True for os.makedirs in download-wheels
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* MAINT: Remove test for download_wheels
* MAINT: Remove directory creation and error if dir not present
* MAINT: Print total files download and remove err for 0 search results
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
|
|
|
|
| |
`tools/download-wheels` was downloading an html page rather than the binary
wheel file.
|
|
This is a simplified version of terryfy::wheel-uploader that has
two advantages over the original:
- It works with Anaconda where our wheels are now stored.
- It is simplified to match the NumPY workflow.
|