You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: use GitHub example in readme
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <[email protected]>
* Copy/style tweaks
Co-authored-by: Joe Rickerby <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+30-38Lines changed: 30 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ cibuildwheel
9
9
10
10
Python wheels are great. Building them across **Mac, Linux, Windows**, on **multiple versions of Python**, is not.
11
11
12
-
`cibuildwheel` is here to help. `cibuildwheel` runs on your CI server - currently it supports Azure Pipelines, Travis CI, AppVeyor, GitHub Actions and CircleCI - and it builds and tests your wheels across all of your platforms.
12
+
`cibuildwheel` is here to help. `cibuildwheel` runs on your CI server - currently it supports GitHub Actions, Azure Pipelines, Travis CI, AppVeyor, and CircleCI - and it builds and tests your wheels across all of your platforms.
13
13
14
14
15
15
What does it do?
@@ -58,49 +58,41 @@ Usage
58
58
Example setup
59
59
-------------
60
60
61
-
To build manylinux, macOS, and Windows wheels on Travis CI and upload them to PyPI whenever you tag a version, you could use this `.travis.yml`:
61
+
To build manylinux, macOS, and Windows wheels on Github Actions, you could use this `.github/workflows/wheels.yml`:
For more information, including how to build on GitHub Actions, Appveyor, Azure Pipelines, or CircleCI, check out the [documentation](https://cibuildwheel.readthedocs.org) and the [examples](https://github.com/joerick/cibuildwheel/tree/master/examples).
95
+
For more information, including building on Python 2, PyPI deployment, and the use of other CI services like Travis CI, Appveyor, Azure Pipelines, or CircleCI, check out the [documentation](https://cibuildwheel.readthedocs.org) and the [examples](https://github.com/joerick/cibuildwheel/tree/master/examples).
0 commit comments