代码拉取完成,页面将自动刷新
branches:
only:
- master
skip_branch_with_pr: true
environment:
# websockets only works on Python >= 3.4.
CIBW_SKIP: cp27-* cp33-*
CIBW_TEST_COMMAND: python -W default -m unittest
WEBSOCKETS_TESTS_TIMEOUT_FACTOR: 100
install:
# Ensure python is Python 3.
- set PATH=C:\Python34;%PATH%
- cmd: python -m pip install --upgrade cibuildwheel
# Create file '.cibuildwheel' so that extension build is not optional (c.f. setup.py).
- cmd: touch .cibuildwheel
build_script:
- cmd: python -m cibuildwheel --output-dir wheelhouse
# Upload to PyPI on tags
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq "true") {
Invoke-Expression "python -m pip install twine"
Invoke-Expression "python -m twine upload --skip-existing wheelhouse/*.whl"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。