Updated MapnikReleaseSteps (markdown)

Blake Thompson 2015-07-07 16:16:50 -05:00
parent 93729f0d37
commit 8e4b9755b3

@ -99,7 +99,8 @@ rm -rf .gitignore
cd ../
tar cjf ${TARBALL_NAME}.tar.bz2 ${TARBALL_NAME}/
# upload to s3
aws s3 cp --acl public-read ${TARBALL_NAME}.tar.bz2 s3://mapnik/dist/v${MAPNIK_VERSION}/```
aws s3 cp --acl public-read ${TARBALL_NAME}.tar.bz2 s3://mapnik/dist/v${MAPNIK_VERSION}/
```
* Go back to the mapnik source checkout and generate Python API docs: