Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Jan 1, 2024
1 parent eefe02e commit 56cd331
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 56cd331

Please sign in to comment.