Skip to content

Commit 2caeb81

Browse files
committed
Merge branch 'master' of github.com:derek73/python-nameparser
2 parents f1dff67 + 3077ad5 commit 2caeb81

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
36+
twine check dist/*

0 commit comments

Comments
 (0)