Commit Graph
105 Commits
Author SHA1 Message Date
Matthieu Darbois 75d6d9d55b Merge branch 'main' into gha-images-latest 2024-02-10 09:58:58 +01:00
81b0a578df chore(CI): test on GHA macOS-14 runner (#1700)
* chore(CI): test on GHA macOS-14 runner
* update error message for skipped arm64 tests
* Update docs, README and examples

---------

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
Co-authored-by: Joe Rickerby <joerick@mac.com>
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2024-02-10 09:55:38 +01:00
Joe Rickerby 6c93c131c4 Go back to macos-12 for the AS transition 2024-02-02 17:56:34 +00:00
Joe Rickerby ce3fb78320 Bump version: v2.16.5 2024-01-30 23:14:28 +00:00
Joe Rickerby 0b04ab1040 Bump version: v2.16.4 2024-01-28 17:21:43 +00:00
Joe Rickerby 3bf1908dcb Don't bother pinning OS images for Github Actions
Fix #1612

The hassle of updating these pins (both for us and our users, most copy our documentation) seems to outweigh the benefit of the pin. The truth is that they're not really pins anyway, Github update them all the time, and they don't work for historical repeatability because old images are retired all the time.
2024-01-27 11:21:22 +00:00
Joe Rickerby e250df5d5d Bump version: v2.16.3 2024-01-26 19:21:57 +00:00
Adam Lugowski 2c4974286f docs: update examples for v4 of upload-artifact and download-artifact actions (#1705)
* docs: update examples for v4 of `upload-artifact` and `download-artifact` actions

* docs: use more unique artifact name

* docs: update github example workflows to artifact actions v4
2023-12-20 17:32:28 -05:00
Joe Rickerby fff9ec32ed Bump version: v2.16.2 2023-10-03 20:07:09 +01:00
Joe Rickerby 7da7df1efc Bump version: v2.16.1 2023-09-26 10:52:04 +02:00
Joe Rickerby a873dd9cbf Bump version: v2.16.0 2023-09-18 18:34:53 +01:00
Henry Schreiner a449142802 chore: use actions/checkout@4 everywhere
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2023-09-05 10:09:36 -04:00
Mikail 82a1f99268 docs: fix deprecated option in github-deploy example (#1593)
The `github-deploy.yml` example workflow was using a deprecated argument `repository_url` which is not `repository-url` since v1.7.0 (https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.7.0 + https://github.com/pypa/gh-action-pypi-publish/blob/b7f401de30cb6434a1e19f805ff006643653240e/action.yml#L15)

Thus fixing the warning in GitHub workflows:

> Warning: Input 'repository_url' has been deprecated with message: The inputs have been normalized to use kebab-case. Use `repository-url` instead.
2023-09-05 10:07:16 -04:00
Joe Rickerby 39a63b5912 Bump version: v2.15.0 2023-08-08 18:54:48 +01:00
Joe Rickerby f21bb8376a Bump version: v2.14.1 2023-07-15 09:53:23 +01:00
Joe Rickerby 66b46d0868 Bump version: v2.14.0 2023-07-10 11:43:05 +01:00
Henry SchreinerandJoe Rickerby 062a745fc9 Update examples/github-deploy.yml
Co-authored-by: Joe Rickerby <joerick@mac.com>
2023-06-25 10:21:09 -04:00
Henry Schreiner 28b03782f8 docs: use trusted publisher for GHA docs/example
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2023-06-22 15:08:24 -04:00
Joe Rickerby 0ecddd92b6 Bump version: v2.13.1 2023-06-10 13:14:46 +01:00
Joe Rickerby 51f5c7fe68 Bump version: v2.13.0 2023-05-28 17:03:34 +01:00
Joe Rickerby 5e15bb25b4 Bump version: v2.12.3 2023-04-19 09:00:54 +01:00
Joe Rickerby 9f18d385cb Bump version: v2.12.2 2023-04-18 21:11:25 +01:00
Joe Rickerby 02ad79a31b Bump version: v2.12.1 2023-03-11 13:22:16 +00:00
Joe Rickerby a808017c39 Bump version: v2.12.0 2023-01-16 18:35:46 +00:00
Joe Rickerby 27fc88e638 Bump version: v2.11.4 2022-12-24 15:28:30 +00:00
Joe Rickerby a34a6b0f72 Bump version: v2.11.3 2022-12-05 21:28:56 +00:00
Joe Rickerby a6732b126f Bump version: v2.11.2 2022-10-26 19:58:06 +01:00
Joe Rickerby 1904551399 Bump version: v2.11.1 2022-10-13 11:45:09 +01:00
Joe Rickerby a9ad61c87f Bump version: v2.11.0 2022-10-13 09:54:44 +01:00
Joe Rickerby 7c45799919 Bump version: v2.10.2 2022-09-25 09:48:12 +01:00
Joe Rickerby 225387a9d5 Bump version: v2.10.1 2022-09-18 12:57:10 +01:00
Joe Rickerby 67a7175578 Bump version: v2.10.0 2022-09-13 12:26:31 +03:00
Joe Rickerby 0abd6c205d Bump version: v2.9.0 2022-08-11 19:43:33 +01:00
Joe Rickerby afb4329fe3 Bump version: v2.8.1 2022-07-18 21:41:54 +01:00
Eric Larson 0e1878bcdb DOC: Bump to non-deprecated image 2022-07-17 14:31:45 -04:00
Joe Rickerby 5ef488ba30 Bump version: v2.8.0 2022-07-05 18:33:12 +01:00
Anatoli Babenia c4bfbe2ef1 Clarify download action and why name: artifact is required
https://github.com/pypa/cibuildwheel/pull/1135#pullrequestreview-1007698747
2022-06-18 15:46:08 +03:00
Anatoli Babenia 52945e1668 Update to latest GitHub Action versions
checkout@v2 -> v3
  upload/download-artifact@v2 -> v3
  python-setup@v2 -> v3
  pypa/gh-action-pypi-publish@1.4.2 -> v1.5.0

Python latest is v4, but it breaks working with default Python version
https://github.com/actions/setup-python/issues/421
2022-06-18 15:09:36 +03:00
Joe Rickerby cc56a140d2 Bump version: v2.7.0 2022-06-17 19:33:39 +01:00
Joe Rickerby aa753429b2 Bump version: v2.6.1 2022-06-07 09:14:16 +01:00
Joe Rickerby 4bbbee7949 Bump version: v2.6.0 2022-05-25 18:43:56 +01:00
Joe Rickerby 0b6307072a Bump version: v2.5.0 2022-04-29 14:46:08 +01:00
Joe Rickerby 1a5fec7075 Bump version: v2.4.0 2022-04-02 14:52:27 +01:00
Kjell Jorner 63a45ab2c0 ci: change github.event.ref to github.ref (#1061) 2022-03-29 10:11:28 -04:00
Joe Rickerby 461bed51d3 Bump version: v2.3.1 2021-12-14 18:58:09 +00:00
Joe Rickerby f717468ff6 Bump version: v2.3.0 2021-11-26 18:42:09 +00:00
Henry SchreinerJoe Rickerbypre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0d10faf957 docs: better deployment docs (#911)
* docs: better deployment docs

* Apply suggestions from code review

Co-authored-by: Joe Rickerby <joerick@mac.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: Joe Rickerby <joerick@mac.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-13 11:55:53 -05:00
Joe Rickerby 2f4987fab9 Bump version: v2.2.2 2021-10-26 20:32:41 +01:00
Joe Rickerby 578098a3f8 Bump version: v2.2.1 2021-10-26 19:19:54 +01:00
Joe Rickerby 90024def2c Bump version: v2.2.1b1 2021-10-26 18:59:45 +01:00