mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
add 'none-any.whl' to pypi upload (#564)
* add 'none-any.whl' to pypi upload * reset 'if'
This commit is contained in:
+2
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user