7 Star 26 Fork 7

carson_git/pybi-next

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Taskfile.yml 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
carson_git 提交于 2023-02-15 16:16 . build
version: '3'
tasks:
clean-pyc: python scripts/clean_pyc.py
clean:
- task: clean-pyc
- python scripts/clean_build.py
test:
- cls
- pytest -v __tests
dist:
- task: clean ## builds source and wheel package
- python setup.py sdist
- python setup.py bdist_wheel
rel:
- task: dist ## package and upload a release
- twine upload dist/*
dev-ins: python setup.py develop
install:
- task: clean ## install the package to the active Python's site-packages
- python setup.py install
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/carson_add/pybi-next.git
[email protected]:carson_add/pybi-next.git
carson_add
pybi-next
pybi-next
master

搜索帮助