Skip to content

Commit 083cba4

Browse files
Improve github actions
1 parent 3c41821 commit 083cba4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: rm -rf dist/* build/*
3535
- name: Build package
3636
run: python setup.py sdist bdist_wheel
37+
- name: Check package
38+
run: twine check dist/*
3739
- name: Publish package
3840
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3941
with:

0 commit comments

Comments
 (0)