1 Star 0 Fork 486

kehuanm/simpleui

forked from 武松/simpleui 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
RELEASE.sh 247 Bytes
Copy Edit Raw Blame History
武松 authored 2021-08-17 14:56 . release 2021.8.17
#!/usr/bin/env bash
echo 'release django-simpleui'
rm -rf dist/*
python3 setup.py sdist
twine upload dist/*
echo 'django-simpleui upload success!'
echo 'release simpleui'
python3 setup2.py sdist
twine upload dist/*
echo 'simpleui upload success!'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/kehuanm/simpleui.git
git@gitee.com:kehuanm/simpleui.git
kehuanm
simpleui
simpleui
master

Search