summaryrefslogtreecommitdiff
path: root/.github/workflows/kit.yml
Commit message (Collapse)AuthorAgeFilesLines
* build: provide hints about how to fix cog-check quality failures.Ned Batchelder2022-01-151-0/+3
|
* build: better docs about Python versions in actionsNed Batchelder2022-01-151-1/+10
|
* build: drop Python 3.6 supportNed Batchelder2021-12-311-8/+2
|
* build: a make target to cog the workflowsNed Batchelder2021-12-311-0/+4
|
* build: also build macos arm64 kits #1288Ned Batchelder2021-12-011-18/+27
|
* build: use new setup-python cachingNed Batchelder2021-11-241-0/+8
|
* build: use cog to maintain data copied into docsNed Batchelder2021-11-191-2/+2
|
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-101-2/+11
| | | | | | | | | | | The fix for CTracer is egregious and will need to be updated when there's a supported way to do it. The fullcoverage skip is noted in https://github.com/nedbat/coveragepy/issues/1278 The raise_through_with skip is noted in https://github.com/nedbat/coveragepy/issues/1270
* build: one pypy wheel to rule them allNed Batchelder2021-11-091-5/+4
| | | | [skip actions]
* build: use cog 3.2.0 so we can just print() the outputNed Batchelder2021-11-071-3/+2
|
* build: tweak the kit matrix namesNed Batchelder2021-11-071-40/+40
|
* build: use a cogged matrix of wheelsNed Batchelder2021-11-061-25/+69
|
* build: list the files created in a separate easily findable stepNed Batchelder2021-11-051-0/+12
|
* build: cp39 musllinux wheels don't work in some places. #1268Ned Batchelder2021-11-051-0/+7
|
* build: check CTracer after building wheelsNed Batchelder2021-11-051-3/+14
| | | | And also use the matrix to build them in parallel
* build: make PyPy kits without invoking setup.py directlynedbat/pypy-kit-without-setup-pyNed Batchelder2021-10-251-3/+4
|
* build: a minimal tox.pip for getting tox startedNed Batchelder2021-10-251-5/+5
| | | | | | No need to install a lot of junk just to have tox make a new venv and install things into it. And then ci.pip can be much smaller, installing just what kits need: kit.pip
* build: avoid direct setup.py invocationsNed Batchelder2021-10-251-5/+9
| | | | Also simplified the .pip files a bit.
* build: use 3.8 uniformly for ci tasksNed Batchelder2021-10-241-4/+4
|
* Build wheel for PyPy3.8Hugo van Kemenade2021-10-241-0/+1
|
* build: 3.10.0 is outNed Batchelder2021-10-051-0/+1
|
* Python 3.10.0rc2Ned Batchelder2021-09-081-1/+1
|
* fixes typo in kit workflow (#1215)Luis Nell2021-08-231-1/+1
|
* build: never warn about old pip versionsNed Batchelder2021-08-091-0/+3
|
* build: use 3.10.0-rc.1 (#1204)Ned Batchelder2021-08-041-1/+1
|
* Build aarch64 wheels using cibuildwheel (#1165)Janakarajan Natarajan2021-07-181-4/+14
| | | Latest cibuildwheel allows for the building of aarch64 using QEMU.
* build: don't run CI on 2.7, pypy2, or 3.5Ned Batchelder2021-05-011-5/+0
|
* build: use 3.10.0a7 in CINed Batchelder2021-04-111-1/+1
|
* test: Use 3.10 alpha.6Ned Batchelder2021-03-111-1/+1
|
* build: clean up pip filesNed Batchelder2021-03-011-1/+1
| | | | | auditwheel only installs on Python 3. So only install it where we need it, and clean up other .pip files along the way.
* build: build 3.10 wheelsNed Batchelder2021-03-011-4/+59
|
* build: make yaml syntax more uniformNed Batchelder2021-02-251-20/+23
|
* Name kit artifactsNed Batchelder2020-12-191-0/+3
| | | | | | | Without a name, the download program will grab the latest artifacts no matter what they are, like .coverage data files from metacov. This ensures we get the kits.
* Build PyPy wheels alsoNed Batchelder2020-12-071-7/+41
|
* Run lint etc in GitHub ActionsNed Batchelder2020-11-291-3/+4
|
* Kits are built on demand onlyNed Batchelder2020-11-281-4/+0
|
* Keep version pins in .pip filesNed Batchelder2020-11-281-1/+1
|
* Building kits with GitHub ActionsNed Batchelder2020-11-281-0/+69