Skip to content

Commit ce8052b

Browse files
committed
Fix: add dist validation
1 parent b38582f commit ce8052b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-publish-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ jobs:
2424
python-version: '3.10'
2525

2626
- name: Install build tools
27-
run: python -m pip install --upgrade pip build
27+
run: python -m pip install --upgrade pip build twine
2828

2929
- name: Build package
3030
run: python -m build
3131

32+
- name: Validate metadata
33+
run: twine check dist/*
34+
3235
- name: Upload build artifacts
3336
uses: actions/upload-artifact@v4
3437
with:

0 commit comments

Comments
 (0)