| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Using cibuild to build both wheels and the sdist requires that both be
downloaded from the staging repo. After this change all of the whl, zip,
and gzip files will be downloaded.
This also reqularizes strings to conform to the Black standard.
|
|
|
|
| |
In Python 3, the default source file encoding is UTF-8.
|
|
|
|
|
| |
- 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.
|