cibuildwheel-bot[bot]
3ea4526c63
Update dependencies
2022-08-22 06:18:46 +00:00
pre-commit-ci[bot]
ed290fac3d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-08-16 19:50:10 +00:00
Cryptex
c9216ba01c
Add ril to projects.yml
2022-08-16 12:46:30 -07:00
Joe Rickerby
0abd6c205d
Bump version: v2.9.0
2022-08-11 19:43:33 +01:00
Joe Rickerby
bed97dbe5f
Merge pull request #1224 from kemingy/add_example_proj
...
chore: add two ML example projects
2022-08-11 19:16:24 +01:00
Keming
30bfc7b2b2
chore: add two ML example projects
...
Signed-off-by: Keming <kemingy94@gmail.com >
2022-08-11 08:44:35 +08:00
cibuildwheel-bot[bot]
e2c0d6831d
Update dependencies
2022-08-10 17:25:27 +00:00
Joe Rickerby
6549a90991
Merge pull request #1217 from mayeut/no-universal2
...
fix: don't build `universal2` as a default on macOS arm64 runners
2022-08-09 08:46:31 +01:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
66c8e84265
[Bot] Update dependencies ( #1213 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2022-08-08 16:51:14 -04:00
Joe Rickerby
03c8f5b741
Docs/examples updates
2022-08-08 09:18:00 +01:00
Joe Rickerby
74e40d5078
Merge pull request #1194 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2022-07-29 16:19:24 +01:00
cibuildwheel-bot[bot]
fc15836c63
Update dependencies
2022-07-25 06:15:53 +00:00
mayeut
6d27f05c7c
chore: use from __future__ import annotations
2022-07-19 07:47:45 +02:00
mayeut
bc17f103f1
chore: drop python 3.6 for cibuildwheel driver
...
This drops python 3.6 for cibuildwheel.
Building python 3.6 packages is still supported.
2022-07-19 07:47:20 +02:00
Joe Rickerby
afb4329fe3
Bump version: v2.8.1
2022-07-18 21:41:54 +01:00
Joe Rickerby
444c40f590
Merge pull request #1180 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2022-07-18 21:14:30 +01:00
cibuildwheel-bot[bot]
39176acc4b
Update dependencies
2022-07-18 16:12:23 +00:00
Eric Larson
0e1878bcdb
DOC: Bump to non-deprecated image
2022-07-17 14:31:45 -04:00
Joe Rickerby
7c922f99d4
Merge pull request #1147 from abitrolly/patch-2
...
Clear up that BEFORE_ALL runs outside of Python env
2022-07-15 18:03:57 +01:00
Eric Larson
0b1e5818ba
doc: typo manylinux_2_24 ( #1178 )
...
* DOC: Typo manylinux_2_24
* FIX: Need to quote the braces
2022-07-14 21:23:04 -05:00
Bill Little and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
9f526509d7
docs: add cf-units to working examples docs ( #1170 )
...
* add cf-units to working examples docs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* review action - remove notes
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-13 09:01:30 -05:00
Joe Rickerby
f349304eb7
Small changelog wording changes
2022-07-05 18:36:03 +01:00
Joe Rickerby
5ef488ba30
Bump version: v2.8.0
2022-07-05 18:33:12 +01:00
Joe Rickerby
40f92bd1bc
Proposal to improve this doc entry
2022-07-05 17:15:09 +01:00
Henry Schreiner
5e2d02d809
Merge branch 'main' into new_podman_support
2022-07-03 14:04:06 -04:00
Henry Schreiner
075792473a
chore: simpler dependabot ( #1165 )
...
* chore: simpler dependabot
Ignores no longer needed after April 2022. Dependabot keeps the same style pinning now.
* Update faq.md
2022-06-29 18:10:35 -04:00
Joe Rickerby
c4bb04567b
Add docs for CIBW_CONTAINER_ENGINE
2022-06-29 21:06:24 +01:00
Joe Rickerby
7c56b98331
Merge remote-tracking branch 'origin/main' into new_podman_support
2022-06-29 20:20:36 +01:00
Joe Rickerby
d66c1e92bf
Lots more naming changes to reflect that containers are not necessarily 'docker'
2022-06-27 18:30:49 +01:00
cibuildwheel-bot[bot]
4bc5d90430
Update dependencies
2022-06-27 06:16:07 +00:00
Joe Rickerby
4e7a94ecad
Merge pull request #1149 from pypa/pip-option-doc
...
Document use of pip options through environment variables
2022-06-25 17:57:31 +01:00
cibuildwheel-bot[bot]
68aef79a9b
Update dependencies
2022-06-20 06:59:44 +00:00
Joe Rickerby
c3750edebb
Document use of pip options through environment variables
2022-06-19 10:45:07 +01:00
Anatoli Babenia
8afef34283
Clear up that BEFORE_ALL runs outside of Python env
2022-06-19 07:15:36 +03: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
mayeut
6458604c99
feature: add manylinux_2_28 support
2022-06-16 21:30:29 +02:00
cibuildwheel-bot[bot]
de0a9b33e7
Update dependencies
2022-06-15 15:13:22 +00:00
Joe Rickerby
aa753429b2
Bump version: v2.6.1
2022-06-07 09:14:16 +01:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
a440ab3655
[Bot] Update dependencies ( #1119 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2022-06-06 15:53:13 +02:00
Joe Rickerby
4bbbee7949
Bump version: v2.6.0
2022-05-25 18:43:56 +01:00
Joe Rickerby
d73f1ea2a4
Merge pull request #1109 from mayeut/python-3.11
...
feature: add CPython 3.11 support
2022-05-25 18:33:47 +01:00
Joe Rickerby
a08a952b4b
Merge pull request #1100 from pypa/docs-diagram
...
Add interactive diagram to the docs
2022-05-25 09:04:56 +01:00
mayeut
b8abcb128c
feature: add CPython 3.11 support
2022-05-23 20:47:08 +02:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
79bfea0817
[Bot] Update dependencies ( #1115 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2022-05-23 20:44:09 +02:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
0b1b47d7ec
Update dependencies ( #1111 )
...
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2022-05-16 17:48:27 -04:00
Joe Rickerby
dcb5be78d0
Add noscript fallback
2022-05-09 14:24:03 +01:00
Joe Rickerby
a37367fb86
Improve the touch support (tap the tooltip to follow link)
2022-05-09 13:31:47 +01:00
Joe Rickerby
960b069eb9
Add mobile/touch support (where hover doesn't exist)
2022-05-02 11:11:02 +01:00