Thanks to visit codestin.com Credit goes to github.com
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 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