add 'none-any.whl' to pypi upload (#564)

* add 'none-any.whl' to pypi upload

* reset 'if'
This commit is contained in:
Samuel Colvin
2019-05-30 16:15:55 +01:00
committed by GitHub
parent 26cbe4868c
commit d69ca21ce4
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -81,8 +81,9 @@ jobs:
install: skip
script:
- ./tests/check_tag.py
- pip install -U cibuildwheel
- pip install -U cibuildwheel wheel
- cibuildwheel --output-dir dist
- SKIP_CYTHON=1 python setup.py sdist bdist_wheel
- ls -lha dist
env:
- 'PIP=pip'
+1
View File
@@ -84,6 +84,7 @@ clean:
rm -f .coverage
rm -f .coverage.*
rm -rf build
rm -rf dist
rm -f pydantic/*.c pydantic/*.so
python setup.py clean
make -C docs clean