2020-08-08 02:17:27 +03:00
|
|
|
del /q dist\*
|
2019-05-03 22:37:49 +03:00
|
|
|
python.exe setup.py sdist --formats=zip
|
2020-10-27 23:56:37 +03:00
|
|
|
python.exe setup.py bdist_wheel
|
2021-03-16 06:32:30 +03:00
|
|
|
pushd dist
|
|
|
|
python.exe -m pip install --upgrade --upgrade-strategy only-if-needed --find-links=. sqlmlutils
|
|
|
|
popd
|