Joe Rickerby
554726e3c4
Merge pull request #1727 from pypa/dont-require-platform
...
Don't require `--platform` when running on a development machine
2024-02-28 09:20:25 +00:00
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
Joe Rickerby
fd0aae31e3
Merge pull request #1686 from doronz88/refactor/doc-linux-clarification
...
doc: add clarification regarding linux docker environment
2024-01-26 18:48:27 +00:00
Joe Rickerby
2a83588552
Apply suggestions from code review
2024-01-26 18:48:10 +00:00
Joe Rickerby
4db49f5485
Don't require --platform when running on a development machine
...
Historically, we required `--platform` when running cibuildwheel outside of CI, because cibuildwheel would attempt to globally install Python interpreters and some packages.
That was fixed in https://github.com/pypa/cibuildwheel/pull/974 a couple of years ago. As a result, there's no reason to require --platform these days, the `auto` behaviour is perfectly fine for dev machines.
It also makes running tests locally simpler, one can just do `pytest test/test_0_basic.py` (or `nox -s tests -- test/test_0_basic.py`) and not have to worry about setting CIBW_PLATFORM most of the time.
2024-01-21 18:24:43 +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
doronz
f2dc466d03
doc: refactor CIBW_BEFORE_ALL examples to working versions
2023-12-07 08:23:04 +02:00
doronz
0618babf0c
doc: add clarification regarding linux docker environment
2023-12-07 08:21:42 +02: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
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
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
0117165b02
Merge pull request #1191 from jack1142/add_cirrus_ci_support
...
Add support for Cirrus CI
2022-08-30 22:08:46 +01:00
jack1142
2812f8b588
Add a minimal example
2022-08-17 15:48:01 +02:00
Joe Rickerby
225ff6347f
Minor styling improvements
2022-08-17 09:12:02 +01:00
Joe Rickerby
75c93112dc
Update mkdocs and fix resulting issues
2022-08-16 22:53:11 +01: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
6994d9be4f
Document config-file, and add with: into example
...
https://github.com/pypa/cibuildwheel/blob/main/action.yml
2022-06-18 15:27:16 +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