We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cada8fb commit 4719197Copy full SHA for 4719197
1 file changed
.github/workflows/cibuildsdist.yml
@@ -62,3 +62,9 @@ jobs:
62
63
- name: Check version number is not 0
64
run: python ./ci/check_version_number.py
65
+
66
+ - name: Install twine
67
+ run: pip install twine
68
69
+ - name: Check README rendering for PyPI
70
+ run: twine check dist/*
0 commit comments