Skip to content

Commit

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

0 comments on commit c8d7bc6

Please sign in to comment.