3 Star 3 Fork 2

alibaba/taobao-iphone-device

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release.sh 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
codeskyblue 提交于 2021-02-04 16:50 . change script name
#!/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=codeskyblue
## set password to keyring
# keyring set https://upload.pypi.org/legacy/ $TWINE_USERNAME
exec twine upload dist/*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_alibaba/taobao-iphone-device.git
git@gitee.com:mirrors_alibaba/taobao-iphone-device.git
mirrors_alibaba
taobao-iphone-device
taobao-iphone-device
main

搜索帮助