Skip to content

Commit 52a17bd

Browse files
committed
ci: add package check
1 parent df31b18 commit 52a17bd

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
@@ -19,10 +19,13 @@ jobs:
1919
python-version: "3.10"
2020
- name: 🏗 Install build dependencies
2121
run: >-
22-
python -m pip install wheel build --user
22+
python -m pip install wheel build twine --user
2323
- name: 🔨 Build a binary wheel and a source tarball
2424
run: >-
2525
python -m build
26+
- name: 🧪 Check that twine is happy with it
27+
run: >-
28+
twine check --strict dist/*
2629
- name: ⬆ Upload build result
2730
uses: actions/upload-artifact@v4
2831
with:

0 commit comments

Comments
 (0)