Skip to content

Commit 42bb751

Browse files
whtskyclaude
andcommitted
Fix RST syntax errors in README and add twine check to CI
Fix malformed changelog entries (missing bullet markers, typo in heading) that caused twine check to fail. Add a twine check step to the sdist build job so markup issues are caught before publishing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ad04c03 commit 42bb751

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
persist-credentials: false
4242
- name: Build SDist
4343
run: pipx run build --sdist
44+
- name: Check distribution
45+
run: pipx run twine check dist/*
4446
- uses: actions/upload-artifact@v6
4547
with:
4648
name: sdist

README.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,17 @@ ChangeLog
4343

4444
Version 3.0.2
4545
~~~~~~~~~~~~~~~
46-
Drop support for Python 3.6–3.9, require Python >= 3.10
47-
Add support for Python 3.12 & 3.13
48-
Fix Cython 3 build
46+
47+
+ Drop support for Python 3.6–3.9, require Python >= 3.10
48+
+ Add support for Python 3.12 & 3.13
49+
+ Fix Cython 3 build
4950

5051
Version 3.0.1
5152
~~~~~~~~~~~~~~~
52-
Add support for Python 3.11
53-
Versoin 3.0.0
53+
54+
+ Add support for Python 3.11
55+
56+
Version 3.0.0
5457
~~~~~~~~~~~~~~~
5558

5659
+ Add support for Python 3.9 & 3.10

0 commit comments

Comments
 (0)