Skip to content

Commit 75fba9b

Browse files
authored
check package can build too
1 parent 95dc27b commit 75fba9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30+
pip install twine
3031
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
3132
- name: Run Tests
3233
run: |
3334
python tests.py
35+
python setup.py sdist bdist_wheel
36+
twine check dist/*

0 commit comments

Comments
 (0)