1 Star 0 Fork 6

juan/UIS-RNN

forked from Gitee 极速下载/UIS-RNN 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
publish.sh 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
quangoogle 提交于 2019-01-04 15:44 . Update publish.sh
#!/bin/bash
set -o errexit
# This script requires these tools:
# pip3 install --user --upgrade setuptools wheel
# pip3 install --user --upgrade twine
# Get project path.
PROJECT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd ${PROJECT_PATH}
# clean up
rm -rf build
rm -rf dist
rm -rf uisrnn.egg-info
# build and upload
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
popd
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/juan/UIS-RNN.git
git@gitee.com:juan/UIS-RNN.git
juan
UIS-RNN
UIS-RNN
master

搜索帮助