From eefe02e3627902f8e0fe834220f13cfb61c01a86 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:38:24 +0100 Subject: [PATCH 1/2] Repair shell script --- publish.sh | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/publish.sh b/publish.sh index 3899c4ff..a0f38d6e 100644 --- a/publish.sh +++ b/publish.sh @@ -3,9 +3,12 @@ # pip install --upgrade build # pip install --upgrade twine -rmdir /S /Q dist -rmdir /S /Q build -rmdir /S /Q qgate_sln_mlrun.egg-info +#rmdir /S /Q dist +#rmdir /S /Q build +#rmdir /S /Q qgate_sln_mlrun.egg-info +rm -rf dist +rm -rf build +rm -rf qgate_sln_mlrun.egg-info # helper 'https://www.scivision.dev/python-minimal-package/' # https://pypa-build.readthedocs.io/en/latest/ @@ -14,6 +17,9 @@ python -m build --wheel # twine upload is supported twine upload dist/* --verbose -u__token__ -rmdir /S /Q dist -rmdir /S /Q build -rmdir /S /Q qgate_sln_mlrun.egg-info +#rmdir /S /Q dist +#rmdir /S /Q build +#rmdir /S /Q qgate_sln_mlrun.egg-info +rm -rf dist +rm -rf build +rm -rf qgate_sln_mlrun.egg-info From 56cd331cfdbb5bb4ecc62037051b773bf4ccf334 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:39:40 +0100 Subject: [PATCH 2/2] Update publish.sh --- publish.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/publish.sh b/publish.sh index a0f38d6e..905fa806 100644 --- a/publish.sh +++ b/publish.sh @@ -3,9 +3,9 @@ # pip install --upgrade build # pip install --upgrade twine -#rmdir /S /Q dist -#rmdir /S /Q build -#rmdir /S /Q qgate_sln_mlrun.egg-info +# rmdir /S /Q dist +# rmdir /S /Q build +# rmdir /S /Q qgate_sln_mlrun.egg-info rm -rf dist rm -rf build rm -rf qgate_sln_mlrun.egg-info @@ -17,9 +17,9 @@ python -m build --wheel # twine upload is supported twine upload dist/* --verbose -u__token__ -#rmdir /S /Q dist -#rmdir /S /Q build -#rmdir /S /Q qgate_sln_mlrun.egg-info +# rmdir /S /Q dist +# rmdir /S /Q build +# rmdir /S /Q qgate_sln_mlrun.egg-info rm -rf dist rm -rf build rm -rf qgate_sln_mlrun.egg-info