Skip to content

Commit f87266a

Browse files
authored
Update release-python.yml
1 parent ced2c52 commit f87266a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Build sdist
2626
run: pipx run build --sdist
2727

28+
- name: Validate sdist
29+
run: pipx run twine check dist/*.tar.gz
30+
2831
- uses: actions/upload-artifact@v4
2932
with:
3033
path: dist/*.tar.gz

0 commit comments

Comments
 (0)