summaryrefslogtreecommitdiff
path: root/.github/workflows/kit.yml
Commit message (Expand)AuthorAgeFilesLines
* build: PyPy wheel now installs on 3.7, 3.8, and 3.9. #1510Ned Batchelder2022-12-201-4/+4
* build: build a 3.11 Mac arm64 kitNed Batchelder2022-10-271-2/+4
* build: update three actions to latest version (#1473)Ned Batchelder2022-10-171-2/+1
* style: all steps should have quoted names, don't know whyNed Batchelder2022-09-151-1/+1
* build: use --require-hashes to be very clearNed Batchelder2022-08-241-2/+2
* build: pin third-party actions by hashNed Batchelder2022-08-231-1/+2
* build: 3.11 is rc now - make wheels for itNed Batchelder2022-08-151-2/+8
* build: use built-in workflow cancellingNed Batchelder2022-08-031-0/+4
* build(deps): bump actions/setup-python from 3 to 4dependabot[bot]2022-06-091-3/+3
* build: kits should be triggerable programmaticallyNed Batchelder2022-06-021-0/+3
* build: don't make wheels for pre-release PythonsNed Batchelder2022-05-121-58/+3
* fix: fix compilation errors on latest 3.11.0Ned Batchelder2022-05-121-1/+1
* build(deps): bump docker/setup-qemu-action from 1 to 2 (#1372)dependabot[bot]2022-05-111-1/+1
* build: Set permissions for GitHub actions (#1369)Naveen2022-05-031-0/+3
* build(deps): bump actions/upload-artifact from 2 to 3dependabot[bot]2022-04-121-4/+4
* build(deps): bump actions/checkout from 2 to 3 (#1336)dependabot[bot]2022-03-021-4/+4
* build(deps): bump actions/setup-python from 2 to 3 (#1335)dependabot[bot]2022-03-011-4/+4
* build: 3.11.0-alpha.5 is availableNed Batchelder2022-02-041-1/+1
* build: don't provide pre-release wheels. #1316Ned Batchelder2022-02-011-1/+3
* build: GitHub Actions now has 3.11.0a4Ned Batchelder2022-01-271-1/+1
* build: 'pypy' is pypy-3.6, which we don't support anymore6.3Ned Batchelder2022-01-251-1/+2
* build: stop deleting 3.9 muslinux wheels, because they are ok now. #1268Ned Batchelder2022-01-251-7/+0
* 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
* build: one pypy wheel to rule them allNed Batchelder2021-11-091-5/+4
* 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
* 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
* build: avoid direct setup.py invocationsNed Batchelder2021-10-251-5/+9
* 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
* 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