Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0bbd78

Browse files
authored
Merge pull request #24110 from story645/twine
test readme rendering
2 parents 91093a2 + 4719197 commit c0bbd78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cibuildsdist.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ jobs:
6262

6363
- name: Check version number is not 0
6464
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

Comments
 (0)