Joe Rickerby
b4a353c0c6
Upgrade to macos-13 for the intel runners
2024-02-04 11:14:18 +00:00
Joe Rickerby
e62fa652c5
Typo
2024-02-04 11:12:29 +00:00
Joe Rickerby
4d8122307e
Merge remote-tracking branch 'origin/main' into macos-13-xlarge
2024-02-02 17:01:22 +00:00
Joe Rickerby
f68f2ea820
Update docs, README and examples
2024-02-02 16:53:10 +00:00
Joe Rickerby
ce3fb78320
Bump version: v2.16.5
2024-01-30 23:14:28 +00:00
Henry Schreiner
07bd78c4e6
chore: check schemas
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2024-01-29 15:39:04 -05:00
Hendrik Muhs
d7db575b96
docs: add keyvi as an example that combines cibuildwheel with the ccache action to speedup runtime. ( #1735 )
...
* add keyvi to working-examples.md
Adding keyvi as example, it combines cibuildwheel with the ccache action to speedup runtime.
* Update projects.yml
* Update working-examples.md
revert changes in auto-generated file
* Update working-examples.md
2024-01-29 15:05:26 -05:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
7154e181e6
[Bot] Update dependencies ( #1738 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2024-01-29 09:40:23 -05:00
Joe Rickerby
0b04ab1040
Bump version: v2.16.4
2024-01-28 17:21:43 +00:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
34b049f138
[Bot] Update dependencies ( #1737 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2024-01-27 23:09:53 -05: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
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
c0e4b16ab9
[Bot] Update dependencies ( #1728 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2024-01-22 18:17:27 -05:00
Joe Rickerby
23a6e88b0c
Merge pull request #1672 from pypa/disable-host-mount
...
feat: Adds disable_host_mount suboption to container-engine
2024-01-20 19:05:12 +00:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
93542c397c
[Bot] Update dependencies ( #1715 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2024-01-16 14:21:29 -05:00
cibuildwheel-bot[bot]
fab2a86a3f
Update dependencies
2023-12-28 22:22:25 +00:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
909d53b9b6
[Bot] Update dependencies ( #1702 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2023-12-20 21:59:14 -05: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
Anatoli Babenia
4136cb5969
Rename diagram.md to diagram.html, because it is HTML
...
Also use plain `include` directive
2023-12-13 12:40:35 +03:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
9195da8c1a
[Bot] Update dependencies ( #1694 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2023-12-12 09:08:11 +01: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
8e9a703abc
Merge pull request #1678 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2023-12-06 18:20:09 +00:00
Joe Rickerby
4dba644b8d
Merge pull request #1667 from pypa/joerick-patch-1
...
docs: Address some confusion around the CIBW_ENVIRONMENT option.
2023-12-06 18:19:12 +00:00
Joe Rickerby
4cedf1c603
Docs formatting tweaks
2023-11-27 22:51:13 +00:00
Sviatoslav Sydorenko
86ef5eed8a
[docs] Drop wheel from pyproject.toml example @ options page
2023-11-27 18:53:00 +01:00
Sviatoslav Sydorenko
270c626d6b
Stop suggesting adding wheel to pyproject.toml
...
This was a historic mistake in the `setuptools`' docs that many projects copied. But `wheel` is already a dependency injected by `setuptools` when needed. So let's not suggest people to depend on it when producing sdists.
2023-11-27 16:29:10 +01:00
cibuildwheel-bot[bot]
ae0c33b395
Update dependencies
2023-11-27 06:13:56 +00:00
Joe Rickerby
6c6c51ef3b
Merge pull request #1665 from hugovk/skip-quotes
...
Use quotes when silencing warning
2023-11-24 10:36:43 +00:00
Joe Rickerby
a6345190fa
Skip test on gitlab too
2023-11-24 10:33:21 +00:00
Joe Rickerby
ebf48d4122
Merge pull request #1668 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2023-11-23 13:50:47 +00:00
pre-commit-ci[bot]
92ee0fda43
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-11-23 13:41:26 +00:00
pre-commit-ci[bot]
5baa3de6df
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-11-23 12:41:13 +00:00
Ross Armstrong
a561ae0f9d
Update projects.yml to add new repo for working examples
2023-11-23 23:32:42 +11:00
Joe Rickerby
7c99262c00
Adds disable_host_mount suboption to container-engine
2023-11-21 22:25:20 +00:00
cibuildwheel-bot[bot]
a70a6346c5
Update dependencies
2023-11-20 06:14:21 +00:00
pre-commit-ci[bot]
859ebaf371
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-11-19 13:05:54 +00:00
Joe Rickerby
39d9b00eeb
[docs] Address some confusion around the CIBW_ENVIRONMENT option.
...
Ref #1666
2023-11-19 13:04:19 +00:00
Hugo van Kemenade
e577a9fbdf
Use quotes when silencing warning
2023-11-18 12:37:50 +02:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
77c57bdfa8
[Bot] Update dependencies ( #1660 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2023-11-14 18:05:32 -05:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
6853b08120
[Bot] Update dependencies ( #1655 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2023-11-10 11:25:49 -05:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
cec051f4b8
[Bot] Update dependencies ( #1652 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2023-10-30 22:35:03 -04:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
75f6b45a75
[Bot] Update dependencies ( #1644 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2023-10-23 11:51:44 -04:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
0ec6d97029
[Bot] Update dependencies ( #1639 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2023-10-09 09:37:22 -04:00
Joe Rickerby
fff9ec32ed
Bump version: v2.16.2
2023-10-03 20:07:09 +01:00
Joe Rickerby
9da4ede616
Merge pull request #1620 from Helveg/cibw-debug-keep-container
...
feat: `CIBW_DEBUG_KEEP_CONTAINER`: debug container after build
2023-10-03 18:23:49 +01:00
Joe Rickerby
7699db3017
Merge pull request #1632 from gdementen/patch-1
...
docs: fix typo in changelog
2023-10-03 18:13:57 +01:00
Joe Rickerby
6dceb29008
Merge pull request #1634 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2023-10-03 18:12:54 +01:00
Henry Schreiner
b05d91ee01
docs: fix typo
2023-10-03 10:33:40 -04:00