5 lines
127 B
Batchfile
5 lines
127 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
|