chore: rename joerick/cibuildwheel -> pypa/cibuildwheel (#682)

* chore: rename joerick/cibuildwheel -> pypa/cibuildwheel

* Update Appveyor status badge markup

Note that it still has joerick/cibuildwheel - confusingly it's still within my appveyor account, but this is the new project that points to the pypa github repo

* Update Appveyor badge markup again

I went through a few passes to enable that project, here's the latest.

* Update Azure badge, also

* Update Travis badge to reference the .com

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
Henry Schreiner
2021-05-24 10:21:03 -04:00
committed by GitHub
co-authored by Joe Rickerby
parent 0e988e267d
commit 3be2d0c356
23 changed files with 46 additions and 48 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ def main() -> None:
description="Build wheels for all the platforms.",
epilog="""
Most options are supplied via environment variables.
See https://github.com/joerick/cibuildwheel#options for info.
See https://github.com/pypa/cibuildwheel#options for info.
""",
)
+1 -1
View File
@@ -373,7 +373,7 @@ def build(options: BuildOptions) -> None:
built_wheel_dir.mkdir(parents=True)
# Path.resolve() is needed. Without it pip wheel may try to fetch package from pypi.org
# see https://github.com/joerick/cibuildwheel/pull/369
# see https://github.com/pypa/cibuildwheel/pull/369
call(
[
"pip",
+1 -1
View File
@@ -266,7 +266,7 @@ def build(options: BuildOptions) -> None:
shutil.rmtree(built_wheel_dir)
built_wheel_dir.mkdir(parents=True)
# Path.resolve() is needed. Without it pip wheel may try to fetch package from pypi.org
# see https://github.com/joerick/cibuildwheel/pull/369
# see https://github.com/pypa/cibuildwheel/pull/369
call(
[
"pip",