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 ae913a2 commit 8f744ecCopy full SHA for 8f744ec
.circleci/config.yml
@@ -339,7 +339,7 @@ jobs:
339
- run:
340
name: Check pypi preconditions
341
command: |
342
- pip install twine future wheel readme_renderer
+ pip install --upgrade twine future wheel readme_renderer setuptools
343
python setup.py check -r -s
344
python setup.py sdist bdist_wheel
345
- store_artifacts:
0 commit comments