From 726939506e80ebfc0e8fe466bc4367621c7bce66 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 27 Jun 2017 19:57:47 +0100 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10357fba..31a51633 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Usage - cibuildwheel --output-dir wheelhouse ``` - Then setup a deployment method by following the [Travis CI deployment docs](https://docs.travis-ci.com/user/deployment/). + Then setup a deployment method by following the [Travis CI deployment docs](https://docs.travis-ci.com/user/deployment/), or see [Delivering to PyPI](#delivering-to-pypi) below. - Create an `appveyor.yml` file in your repo. @@ -61,7 +61,7 @@ Usage name: Wheels ``` - Appveyor will store the built wheels for you - you can access them from the project console. Alternatively, you may want to store them in the same place as the Travis CI build. See [Appveyor deployment docs](https://www.appveyor.com/docs/deployment/) for more info. + Appveyor will store the built wheels for you - you can access them from the project console. Alternatively, you may want to store them in the same place as the Travis CI build. See [Appveyor deployment docs](https://www.appveyor.com/docs/deployment/) for more info, or see [Delivering to PyPI](#delivering-to-pypi) below. - Commit those files, enable building of your repo on Travis CI and Appveyor, and push.