3 Star 1 Fork 0

OpenDocCN / CDNDrive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
布客飞龙 提交于 2022-03-20 14:15 . 2022-03-20 14:15:56
language: python
python: 3.7
install:
- 'pip install -r requirements.txt'
script:
- python -m CDNDrive -v
deploy:
- provider: pypi
user: __token__
password: $PYPI_TOKEN
distributions: 'sdist bdist_wheel'
skip_existing: true
1
https://gitee.com/OpenDocCN/CDNDrive.git
git@gitee.com:OpenDocCN/CDNDrive.git
OpenDocCN
CDNDrive
CDNDrive
master

搜索帮助