Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch the vectors pacakge to use modern pyproject.toml (#8853) | Alex Gaynor | 2023-05-02 | 1 | -0/+5 |
| | |||||
* | Automate the version bump (#8828) | Alex Gaynor | 2023-04-26 | 1 | -2/+45 |
| | |||||
* | Replace release.py with OIDC publishing (#8483) | Alex Gaynor | 2023-03-11 | 1 | -118/+0 |
| | | | We are now in the PyPI OIDC publishing beta | ||||
* | Use the ruff 'pyupgrade' checks (#8104) | Alex Gaynor | 2023-01-20 | 1 | -6/+6 |
| | |||||
* | Remove CircleCI (#8092) | Alex Gaynor | 2023-01-18 | 1 | -113/+1 |
| | |||||
* | more release.py fixes and improvements (#7956) | Paul Kehrer | 2023-01-02 | 1 | -14/+27 |
| | | | | | | | | | * more release.py fixes and improvements * Update release.py Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> | ||||
* | automatically download and upload circleci wheels (#7949) | Paul Kehrer | 2023-01-02 | 1 | -1/+113 |
| | |||||
* | Type annotate release.py (#7951) | Alex Gaynor | 2023-01-02 | 1 | -7/+14 |
| | |||||
* | Switch from flake8 to ruff (#7920) | Alex Gaynor | 2022-12-21 | 1 | -1/+0 |
| | | | It's more than 60x faster. | ||||
* | be careful to only publish wheels from the right CI run (#7865) | Alex Gaynor | 2022-11-30 | 1 | -2/+2 |
| | |||||
* | Build vectors and sdist artifacts in CI as well. (#7766) | Alex Gaynor | 2022-11-03 | 1 | -17/+4 |
| | | | This is in preperation for ultimately uploading them from GHA once PyPI has OIDC integration. | ||||
* | Upload wheels before sdist at release (#7469) | David Hotham | 2022-08-02 | 1 | -2/+2 |
| | | | So that pypi pppulates the data available via the JSON API | ||||
* | Provide a link to create a PAT in the release flow (#7406) | Alex Gaynor | 2022-07-06 | 1 | -0/+5 |
| | |||||
* | release.py event we want is push not create (#6334) | Paul Kehrer | 2021-09-29 | 1 | -1/+1 |
| | |||||
* | update release.py (#6332) | Paul Kehrer | 2021-09-29 | 1 | -21/+14 |
| | | | | | * update release.py * flake8 | ||||
* | Updates for our new main branch (#5818) | Alex Gaynor | 2021-02-11 | 1 | -1/+1 |
| | |||||
* | Remove __future__ import from our code (#5610) | Alex Gaynor | 2020-12-09 | 1 | -2/+0 |
| | |||||
* | new black, actually slightly different than the old black (#5429) | Paul Kehrer | 2020-08-26 | 1 | -1/+3 |
| | |||||
* | refactor wheel builder to use workflows and download/build separately (#5412) | Paul Kehrer | 2020-08-16 | 1 | -9/+5 |
| | | | | | | | | | * refactor wheel builder to use workflows and download/build separately * Update .github/workflows/wheel-builder.yml Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> | ||||
* | Paint it Black by the Rolling Stones (#5324) | Alex Gaynor | 2020-07-20 | 1 | -28/+37 |
| | |||||
* | goodbye azure (#5207) | Paul Kehrer | 2020-04-19 | 1 | -64/+1 |
| | | | | | | | | | | | | | | | | | * goodbye azure * Update tox.ini Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> * review comments * update a comment * delete final azure yaml * linting Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> | ||||
* | Extra paranoia in the release script (#5152) | Alex Gaynor | 2020-03-21 | 1 | -0/+2 |
| | |||||
* | Move wheel builer to github actions (#5147) | Alex Gaynor | 2020-03-21 | 1 | -4/+93 |
| | |||||
* | Remove the final vestigates of Jenkins (#4897) | Alex Gaynor | 2019-05-26 | 1 | -81/+1 |
| | | | | | | * Remove the final vestigates of Jenkins * flake8 | ||||
* | Update release.py to use azure for wheel building (#4878) | Alex Gaynor | 2019-05-25 | 1 | -25/+84 |
| | | | | | | | | | | | | * Initial stab at this script * Convert to the old style artifact publish * Update script based on some testing * Remove this * Adapt release.py to combine azure and jenkins wheels | ||||
* | Remove CDN purging, the new PyPI does the right thing (#4198) | Alex Gaynor | 2018-04-17 | 1 | -12/+0 |
| | |||||
* | Update URLs for new pypi! (#4194) | Alex Gaynor | 2018-04-16 | 1 | -0/+4 |
| | | | | | | | | * Update URLs for new pypi! * trailing slash * grump | ||||
* | Fixes #3821 -- improve output during release.py (#3848) | Alex Gaynor | 2017-08-04 | 1 | -7/+2 |
| | | | This should cause stdout/stderr for command we run to be displayed, and also print which commands we're running | ||||
* | Refs #3646 -- Don't use shell globbing in our release script (#3809) | Alex Gaynor | 2017-07-24 | 1 | -3/+5 |
| | |||||
* | fix wheel building with parameters (#3808) | Paul Kehrer | 2017-07-23 | 1 | -1/+1 |
| | |||||
* | Refs #3646 -- invoke twine correctly (#3789) | Alex Gaynor | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | parametrize the wheel builder to support out of order releases (#3731) | Paul Kehrer | 2017-06-26 | 1 | -0/+1 |
| | |||||
* | typo fix (#3674) | Alex Gaynor | 2017-06-04 | 1 | -1/+1 |
| | |||||
* | Refs #3646 -- include stdout in the output when spawning a process fails in ↵ | Alex Gaynor | 2017-06-04 | 1 | -1/+6 |
| | | | | the release script (#3671) | ||||
* | download artifacts from new jenkins (#3645) | Paul Kehrer | 2017-05-29 | 1 | -42/+27 |
| | | | turns out new jenkins changed its JSON a bit. | ||||
* | update to new CI server for wheels + switch to using a job token (#3638) | Paul Kehrer | 2017-05-29 | 1 | -6/+6 |
| | | | | | | * update to new CI server for wheels + switch to using a job token * avoid slash folding | ||||
* | Replace release automation with click (#3557) | Alex Gaynor | 2017-05-20 | 1 | -0/+149 |
* Replace release automation with click * Fix * fix |