Skip to content

Commit

Permalink
force pypi release test to use new version number, hopefully dodge ca…
Browse files Browse the repository at this point in the history
…ching issue where it installs old version instead. update README link to ruamel to new pypi url.
  • Loading branch information
yaythomas committed Jul 8, 2018
1 parent 1e788fe commit ec0c68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -1534,7 +1534,7 @@ pypyr has 100% test coverage. Shippable CI enforces this on all branches.
Thank yous
**********
pypyr is fortunate to stand on the shoulders of a giant in the shape of the
excellent `ruamel.yaml <https://pypi.python.org/pypi/ruamel.yaml>`_ library by
excellent `ruamel.yaml <https://pypi.org/project/ruamel.yaml>`_ library by
Anthon van der Neut for all yaml parsing and validation.
**********
Expand Down
2 changes: 1 addition & 1 deletion ops/shippable-pypi-release.sh
Expand Up @@ -28,7 +28,7 @@ echo "----------Done with twine upload-------------------------------------"
echo "----------Deploy to pypi complete. Testing in new virtual env.-------"

# maybe need deactivate here, and then manually create new virtual env?
pip install --upgrade --no-cache-dir pypyr
pip install --upgrade --no-cache-dir pypyr==${NEW_VERSION}
# pypyr --v will return "pypyr x.y.z" - get everything after the space for the
# bare version number.
TEST_DEPLOY_VERSION=`pypyr --v | cut -d " " -f2`
Expand Down

0 comments on commit ec0c68d

Please sign in to comment.