Skip to content

Commit d34f742

Browse files
committed
add twine check
1 parent 17bdfd1 commit d34f742

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dist-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ jobs:
3939

4040
- name: Install python requirements
4141
run: |
42-
python -m pip install uv rust-just build
42+
python -m pip install uv rust-just build twine
4343
4444
- name: Build Dist
4545
run: |
4646
python -m build .
4747
4848
- name: Test SDist
4949
run: |
50+
python -m twine check --strict dist/*.*
5051
python -m pip install dist/*.gz
5152
cd ..
5253
python -c "from flask_pymongo import PyMongo"

0 commit comments

Comments
 (0)