summaryrefslogtreecommitdiff
path: root/release.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch the vectors pacakge to use modern pyproject.toml (#8853)Alex Gaynor2023-05-021-0/+5
|
* Automate the version bump (#8828)Alex Gaynor2023-04-261-2/+45
|
* Replace release.py with OIDC publishing (#8483)Alex Gaynor2023-03-111-118/+0
| | | We are now in the PyPI OIDC publishing beta
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-6/+6
|
* Remove CircleCI (#8092)Alex Gaynor2023-01-181-113/+1
|
* more release.py fixes and improvements (#7956)Paul Kehrer2023-01-021-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 Kehrer2023-01-021-1/+113
|
* Type annotate release.py (#7951)Alex Gaynor2023-01-021-7/+14
|
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+0
| | | It's more than 60x faster.
* be careful to only publish wheels from the right CI run (#7865)Alex Gaynor2022-11-301-2/+2
|
* Build vectors and sdist artifacts in CI as well. (#7766)Alex Gaynor2022-11-031-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 Hotham2022-08-021-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 Gaynor2022-07-061-0/+5
|
* release.py event we want is push not create (#6334)Paul Kehrer2021-09-291-1/+1
|
* update release.py (#6332)Paul Kehrer2021-09-291-21/+14
| | | | | * update release.py * flake8
* Updates for our new main branch (#5818)Alex Gaynor2021-02-111-1/+1
|
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-2/+0
|
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-1/+3
|
* refactor wheel builder to use workflows and download/build separately (#5412)Paul Kehrer2020-08-161-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 Gaynor2020-07-201-28/+37
|
* goodbye azure (#5207)Paul Kehrer2020-04-191-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 Gaynor2020-03-211-0/+2
|
* Move wheel builer to github actions (#5147)Alex Gaynor2020-03-211-4/+93
|
* Remove the final vestigates of Jenkins (#4897)Alex Gaynor2019-05-261-81/+1
| | | | | | * Remove the final vestigates of Jenkins * flake8
* Update release.py to use azure for wheel building (#4878)Alex Gaynor2019-05-251-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 Gaynor2018-04-171-12/+0
|
* Update URLs for new pypi! (#4194)Alex Gaynor2018-04-161-0/+4
| | | | | | | | * Update URLs for new pypi! * trailing slash * grump
* Fixes #3821 -- improve output during release.py (#3848)Alex Gaynor2017-08-041-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 Gaynor2017-07-241-3/+5
|
* fix wheel building with parameters (#3808)Paul Kehrer2017-07-231-1/+1
|
* Refs #3646 -- invoke twine correctly (#3789)Alex Gaynor2017-07-171-1/+1
|
* parametrize the wheel builder to support out of order releases (#3731)Paul Kehrer2017-06-261-0/+1
|
* typo fix (#3674)Alex Gaynor2017-06-041-1/+1
|
* Refs #3646 -- include stdout in the output when spawning a process fails in ↵Alex Gaynor2017-06-041-1/+6
| | | | the release script (#3671)
* download artifacts from new jenkins (#3645)Paul Kehrer2017-05-291-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 Kehrer2017-05-291-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 Gaynor2017-05-201-0/+149
* Replace release automation with click * Fix * fix