We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dc27b commit 75fba9bCopy full SHA for 75fba9b
.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 bdist_wheel
36
+ twine check dist/*
0 commit comments