We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1dff67 + 3077ad5 commit 2caeb81Copy full SHA for 2caeb81
1 file changed
.github/workflows/python-package.yml
@@ -27,7 +27,10 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
+ pip install twine
31
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
32
- name: Run Tests
33
34
python tests.py
35
+ python setup.py sdist
36
+ twine check dist/*
0 commit comments