Skip to content

Commit 6137e2c

Browse files
committed
ci: add package check
1 parent 8297869 commit 6137e2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ jobs:
1818
python-version: "3.10"
1919
- name: 🏗 Install build dependencies
2020
run: >-
21-
python -m pip install build --user
21+
python -m pip install wheel build twine --user
2222
- name: 🔨 Build a binary wheel and a source tarball
2323
run: >-
2424
python -m build
25+
- name: 🧪 Check that twine is happy with it
26+
run: >-
27+
twine check --strict dist/*
2528
- name: ⬆ Upload build result
2629
uses: actions/upload-artifact@v4
2730
with:

0 commit comments

Comments
 (0)