-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Release Steps | ||
================================================== | ||
|
||
Updating Documentation | ||
-------------------------------------------------- | ||
|
||
1. Enter the `docs` directory. | ||
|
||
2. Run `make html` | ||
|
||
3. Enter the `docs/richdem-docs` directory. Commit changes. | ||
|
||
4. Go back to the `docs` directory. Commit changes. | ||
|
||
5. Push. | ||
|
||
6. This will trigger a ReadTheDocs build and a Travis build. | ||
|
||
|
||
Updating Wheels | ||
-------------------------------------------------- | ||
|
||
Acquire the manylinux build image with: | ||
|
||
docker pull quay.io/pypa/manylinux1_x86_64 | ||
|
||
Start the docker manylinux build image with: | ||
|
||
docker run -i -t e0e55980c200 /bin/bash | ||
|
||
You can list running images with: | ||
|
||
docker ps | ||
|
||
From within the container run the `travis/build-wheels.sh` script to generate | ||
documentation. | ||
|
||
From without the container run, e.g.: | ||
|
||
docker cp mystifying_darwin:/io/wheelhouse/richdem-0.0.9-cp27-cp27m-linux_x86_64.whl ./ |