diff --git a/reinstall.sh b/reinstall.sh index ec56ca3..86345b6 100755 --- a/reinstall.sh +++ b/reinstall.sh @@ -1,3 +1,4 @@ -pip uninstall deeplabcut-live -python3 setup.py sdist bdist_wheel -pip install dist/deeplabcut_live-1.0.2-py3-none-any.whl +poetry shell # activating current environment +poetry install # creating and installing current project +poetry build # creating the tarball +poetry publish # uploading to pypi