We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639decb commit 65864ceCopy full SHA for 65864ce
.circleci/config.yml
@@ -60,7 +60,9 @@ jobs:
60
- checkout
61
- *restore_cache_step
62
# Install required dependencies
63
- - run: pip install twine readme_renderer[md]
+ # DEV: `pyopenssl` needed until the following PR is released
64
+ # https://github.com/pypa/twine/pull/447
65
+ - run: pip install twine readme_renderer[md] pyopenssl
66
# Ensure we didn't cache from previous runs
67
- run: rm -rf dist/
68
# Ensure package will build
0 commit comments