Skip to content

Commit

Permalink
[dev/testing] fix missing twine dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Jan 29, 2019
1 parent 639decb commit 65864ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
- checkout
- *restore_cache_step
# Install required dependencies
- run: pip install twine readme_renderer[md]
# DEV: `pyopenssl` needed until the following PR is released
# https://github.com/pypa/twine/pull/447
- run: pip install twine readme_renderer[md] pyopenssl
# Ensure we didn't cache from previous runs
- run: rm -rf dist/
# Ensure package will build
Expand Down

0 comments on commit 65864ce

Please sign in to comment.