Skip to content

Commit 4156ded

Browse files
authored
Merge pull request #734 from pytest-dev/twine-check
Run "twine check" on the built dist files
2 parents 00936a8 + d4f3499 commit 4156ded

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)