Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbyrobe committed Dec 28, 2023
1 parent c8d7bc6 commit b6db57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script_abspath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# push tags.
cmd-deploy() {
# Clean out dist to avoid "file already exists" errors:
rm ./dist/*
rm -f ./dist/*
source venv/bin/activate
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
Expand Down

0 comments on commit b6db57e

Please sign in to comment.