Skip to content

Commit fddda32

Browse files
committed
CI: Switch from setup.py check to twine check
1 parent 3e76374 commit fddda32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ jobs:
340340
name: Check pypi preconditions
341341
command: |
342342
pip install --upgrade pip twine future wheel readme_renderer setuptools
343-
python setup.py check -r -s
344343
python setup.py sdist bdist_wheel
344+
twine check dist/*
345345
- run:
346346
name: Validate Python 2 installation
347347
command: |

0 commit comments

Comments
 (0)