Joe Rickerby
ecbdc2e3d3
Bump version: v1.4.2
2020-05-25 16:16:13 +01:00
jbarlow83
e9592b2d53
README: add pikepdf
2020-05-14 02:18:42 -07:00
Jeremy Lainé
953839be59
Add PyAV, aiortc and aioquic to example projects
2020-05-04 20:20:50 +02:00
Joe Rickerby
9ea7fa7628
Bump version: v1.4.1
2020-05-04 17:11:32 +01:00
Joe Rickerby
783dedad22
Bump version: v1.4.0
2020-05-02 17:55:50 +01:00
Max Halford
a290e00282
Update README.md
...
Add creme to working examples
2020-04-12 13:13:02 +02:00
Joe Rickerby
40ff745321
Bump version: v1.3.0
2020-03-12 19:53:34 +00:00
Matthieu Darbois
b797430d21
Add support for GitHub Actions
...
Closes #159
2020-03-10 22:45:29 +01:00
Jonathan-David Schröder
bb12d3dc31
Referencing gmic-py as Working example (for the macosx Github Actions builds)
2020-03-09 19:10:18 +01:00
Joe Rickerby
4caee57c21
Merge pull request #242 from Czaki/before_test
...
Add CIBW_BEFORE_TEST to customize test environment
2020-03-08 17:55:59 +00:00
Joe Rickerby
4628c1334e
Bump version: v1.2.0
2020-03-08 12:50:23 +00:00
Joe Rickerby
ff99cb37f8
Update changelog
2020-03-07 19:09:28 +00:00
Grzegorz Bokota
79cf7e47ae
fix test after rebase, fix typos in readme
2020-03-07 18:18:01 +01:00
Grzegorz Bokota
01a7c2d6df
reorder before_test
2020-03-07 12:24:15 +01:00
Grzegorz Bokota
d9e6bbfa4f
add documentation
2020-03-07 12:24:15 +01:00
mayeut
028c1dbf10
Add macOS support on AppVeyor
2020-03-07 12:03:00 +01:00
Joe Rickerby
9275e7431a
Merge pull request #279 from joerick/fix-266
...
Change twine references to be immediately preceded by pip install in examples
2020-02-28 09:31:05 +00:00
Joe Rickerby
16e23410b4
Change twine references to be immediately preceded by the pip install
...
line
This ensures that the python that installs is the same python that
should execute the module (this sometimes isn't true on macOS because
the python.org installs that cibuildwheel makes take precedence over
the system versions)
Fix #266
2020-02-27 20:30:02 +00:00
Joe Rickerby
be72b8b85d
Update README.md
2020-02-27 09:12:50 +00:00
Joe Rickerby
12f0eff609
Readme improvements
2020-02-26 22:29:53 +00:00
Joe Rickerby
4bc7e4f40d
Use python3 instead of python in examples
2020-02-26 22:10:42 +00:00
Matthew Treinish
7b906fb5dc
Update README table
2020-02-20 17:43:38 -05:00
Yannick Jadoul
fd0a789988
Fix minor review comment from @Czaki and @joerick
2020-02-19 17:10:13 +01:00
Yannick Jadoul
bafb4fd294
Adding PyPy to the README and docs
2020-02-15 23:24:51 +01:00
mayeut
513ef49cd4
Only build x86_64 / Intel 10.9+ on macOS
2020-01-29 22:59:01 +01:00
Joe Rickerby
186599a1f0
Switch examples to use PyPI API tokens
2020-01-18 11:15:40 +00:00
Grzegorz Bokota
200d4e3b8c
fix link for CIBW_BUILD_VERBOSITY in README.md
2020-01-07 09:04:58 +01:00
Joe Rickerby
7709989603
Bump version
2019-12-07 14:58:10 +00:00
Joe Rickerby
31e67c4f1f
Update changelog
2019-12-07 14:58:00 +00:00
Seth Morton
20ba988b72
Add an example folder with Travis-CI examples
...
I have placed two example Travis-CI configurations in an examples/
folder. The first is the same as in the README, and the second shows how
to both test and deploy in two stages.
I am hoping that examples might be added for other CI providers as well,
so that users can see different approaches to building and deploying
wheels.
2019-11-25 18:59:07 -08:00
Seth Morton
190b013c61
Update Travis CI examples
...
For a more granular view of why each of these changes were made, please
see https://github.com/joerick/cibuildwheel-autopypi-example/pull/5 .
High-level overview:
- Adding Windows support
- Remove "sudo: required" for linux
- Use "python -m pip" instead of using an environment variable
- Add "install:" and "after_success:" steps so that errors get handled
and reported properly
- Rename "matrix:" to "jobs:" as this is the now preferred keyword
2019-11-25 15:08:18 -08:00
Nicola Soranzo
e9fd9eaead
Address @joerick's comments
2019-11-15 02:27:39 +00:00
Nicola Soranzo
0e04fafd3a
Add CIBW_REPAIR_COMMAND env variable
...
to allow different options for auditwheel/delocate, alternative
commands and a future Windows equivalent.
Fix https://github.com/joerick/cibuildwheel/issues/191 .
2019-11-14 12:10:55 +00:00
mayeut
b3f82d52cc
Update doc for AppVeyor on linux
2019-11-12 01:20:06 +01:00
Joe Rickerby
1a9c6a5f66
Add azure pipelines status badge
2019-11-10 19:02:06 +00:00
Joe Rickerby
c44a084a44
Really fix link
2019-11-10 19:01:58 +00:00
Joe Rickerby
1e102b9bc5
Fix link
2019-11-10 15:54:17 +00:00
Joe Rickerby
46f1906e2d
Add docs badge
2019-11-10 15:52:01 +00:00
Joe Rickerby
79c480b896
Update changelog
2019-11-10 15:47:33 +00:00
Joe Rickerby
734ca6bfbd
Remove @tgarc from maintainers
2019-11-10 15:45:34 +00:00
Joe Rickerby
beda529298
Bump version
2019-11-10 15:16:37 +00:00
Joe Rickerby
a41ce8e4a0
Add options summary to readme
2019-11-09 19:41:42 +00:00
Joe Rickerby
ac51d22884
Merge remote-tracking branch 'origin/master' into docs
2019-11-09 18:23:41 +00:00
Joe Rickerby
0375e92110
Merge pull request #188 from metabolize/fix-appveyor-setup-doc-outline
...
Readme: Fix the outline for Appveyor setup
2019-11-05 19:28:05 +00:00
Paul Melnikow
3c9875db19
Readme: Remove obsolete bullet for Appveyor setup
2019-11-05 09:41:23 -05:00
mayeut
05ab66cf97
Fix documentation for macOS python 3.8
2019-11-04 22:49:53 +01:00
mayeut
104dcf1d37
Add python 3.8 support
2019-11-04 22:22:40 +01:00
mayeut
58048b4bb1
Remove trailing-spaces from README.md
...
Also replace double-space by a backslash to show intent of a line-break.
2019-11-04 22:05:24 +01:00
Joe Rickerby
88ef908bad
Merge remote-tracking branch 'origin/master' into docs
...
Manually merged updates to README.md across to docs
# Conflicts:
# README.md
2019-11-03 19:38:18 +00:00
Joe Rickerby
5db3763b2d
Add plugin to import sections of readme into the documentation
2019-11-03 18:30:15 +00:00