2 Star 2 Fork 0

小抄/py-ios-device

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pypi.sh 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
YueChen-c 提交于 2021-05-12 15:38 +08:00 . README.md
#!/bin/bash
#
set -e
rm -fr dist/ build/
python3 setup.py sdist bdist_wheel
export TWINE_REPOSITORY_URL=https://upload.pypi.org/legacy/
export TWINE_USERNAME=chenpeijie
export TWINE_PASSWORD=
exec twine upload dist/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xiao-chao/py-ios-device.git
git@gitee.com:xiao-chao/py-ios-device.git
xiao-chao
py-ios-device
py-ios-device
main

搜索帮助