You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
397 B
10 lines
397 B
5 years ago
|
cd %~dp0
|
||
5 years ago
|
RD /S /Q "build"
|
||
|
RD /S /Q "dist"
|
||
5 years ago
|
.\..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe setup.py sdist bdist_wheel
|
||
|
.\..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe -m twine upload dist/*
|
||
5 years ago
|
timeout 10
|
||
5 years ago
|
cd ..
|
||
|
Resources\WPy64-3720\python-3.7.2.amd64\python.exe -m pip install --upgrade pyOpenRPA
|
||
|
Resources\WPy32-3720\python-3.7.2\python.exe -m pip install --upgrade pyOpenRPA
|
||
5 years ago
|
pause >nul
|