summaryrefslogtreecommitdiff
path: root/.github/workflows/python-nightly.yml
Commit message (Collapse)AuthorAgeFilesLines
* build: no longer use hashed pins #1592Ned Batchelder2023-03-261-1/+1
|
* build: make the coverage workflow more similar to the testsuite workflowNed Batchelder2023-03-121-1/+1
|
* build(docs): correct [gh-actions] to [gh]Ned Batchelder2023-01-281-1/+1
|
* build: this link could be useful in the futureNed Batchelder2022-12-061-0/+1
|
* test: use an ubuntu that has all the deadsnakes nightlies.Ned Batchelder2022-12-061-1/+5
|
* test: use deadsnakes v3.0.0Ned Batchelder2022-12-051-2/+1
|
* test: deadsnakes dropped 3.9, so don't test it nightlyNed Batchelder2022-12-031-1/+0
|
* build: 3.11.0 and 3.12.0a1 are availableNed Batchelder2022-10-271-0/+1
|
* build: use --require-hashes to be very clearNed Batchelder2022-08-241-1/+1
|
* build: pin third-party actions by hashNed Batchelder2022-08-231-1/+2
|
* build: use built-in workflow cancellingNed Batchelder2022-08-031-0/+4
|
* build: be explicit about actions only having permission to read contentsNed Batchelder2022-08-031-0/+3
|
* build: run tests on nightly versions every dayNed Batchelder2022-07-121-3/+3
|
* build(deps): bump actions/setup-python from 3 to 4dependabot[bot]2022-06-091-1/+1
| | | | | | | | | | | | | | 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>
* test: show more info when running nightliesNed Batchelder2022-05-141-1/+6
|
* build(deps): bump actions/checkout from 2 to 3 (#1336)dependabot[bot]2022-03-021-1/+1
| | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | 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: also test PyPy nightliesNed Batchelder2022-02-061-3/+17
|
* build: correct the cron time of the Python nightly testsNed Batchelder2022-01-221-2/+3
|
* build: a cron action to test Python nightly once a weekNed Batchelder2022-01-171-0/+56