We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced2c52 commit f87266aCopy full SHA for f87266a
1 file changed
.github/workflows/release-python.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: Build sdist
26
run: pipx run build --sdist
27
28
+ - name: Validate sdist
29
+ run: pipx run twine check dist/*.tar.gz
30
+
31
- uses: actions/upload-artifact@v4
32
with:
33
path: dist/*.tar.gz
0 commit comments