Skip to content

Commit d4f3499

Browse files
committed
Run twine check to the built dist files
1 parent 00936a8 commit d4f3499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ jobs:
1919
run: >-
2020
python3 -m pip install --user
2121
build
22+
twine
2223
- name: Build a binary wheel and a source tarball
2324
run: python3 -m build
25+
- name: Check the distribution files with `twine`
26+
run: twine check --strict dist/*
2427
- name: Upload artifact
2528
id: artifact-upload-step
2629
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)