There was an error while loading. Please reload this page.
1 parent bef2c67 commit 1db3bc7Copy full SHA for 1db3bc7
1 file changed
.github/workflows/lint-readme.yaml
@@ -36,7 +36,10 @@ jobs:
36
uses: actions/checkout@v4
37
38
- name: Install dependencies
39
- run: pip install setuptools docutils pygments
+ run: pip install build twine
40
41
- - name: Lint Readme
42
- run: python setup.py check --restructuredtext --strict
+ - name: Build package
+ run: python -m build
43
+
44
+ - name: Run twine check
45
+ run: twine check dist/*
0 commit comments