diff --git a/justfile b/justfile index 43b111f57e205ad479c5cf1303cd73597a8ea9f8..58ddaaa892731b62c6744b81fc5407a231d9dea1 100644 --- a/justfile +++ b/justfile @@ -6,15 +6,15 @@ test: release version: test git tag {{version}} git checkout {{version}} - git push --tags -f python3 setup.py sdist twine upload dist/pyronn-torch-{{version}}.tar.gz + git push --tags git checkout master wheel_release version: test git tag {{version}} git checkout {{version}} - git push --tags -f python3 setup.py bdist_wheel twine upload dist/pyronn-torch-{{version}}-cp37-cp37m-linux_x86_64.whl + git push --tags git checkout master