summaryrefslogtreecommitdiff
path: root/.github/workflows/kit.yml
Commit message (Collapse)AuthorAgeFilesLines
* build: sign artifacts with sigstoreNed Batchelder2023-05-151-0/+41
|
* build: no longer use hashed pins #1592Ned Batchelder2023-03-261-2/+2
|
* build: more conventional job names for kit.ymlNed Batchelder2023-03-161-3/+3
|
* 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
| | | | Also, remove the symbolic references in the comments, since dependabot doesn't update them.
* 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
| | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* 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
| | | | | | | | | | | | | | | | Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build: Set permissions for GitHub actions (#1369)Naveen2022-05-031-0/+3
| | | | | | | | | | | | | Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
* build(deps): bump actions/upload-artifact from 2 to 3dependabot[bot]2022-04-121-4/+4
| | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/checkout from 2 to 3 (#1336)dependabot[bot]2022-03-021-4/+4
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump actions/setup-python from 2 to 3 (#1335)dependabot[bot]2022-03-011-4/+4
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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
| | | | | | | | | | | 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
|