4 lines
126 B
Batchfile
4 lines
126 B
Batchfile
|
@echo off
|
||
|
python setup.py sdist bdist_wheel
|
||
|
python -m pip install --user --upgrade dist/piggybank-1.0.0-py3-none-any.whl
|
||
|
pause
|