Skip to content

Commit

Permalink
Remove invocation of bootstrap script in release process.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 13, 2022
1 parent 3572922 commit fb5fe6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ passenv =
setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
python -m bootstrap
python -c "import shutil; shutil.rmtree('dist', ignore_errors=True)"
# unset tag_build and tag_date pypa/setuptools#2500
python setup.py egg_info -Db "" saveopts
Expand Down

0 comments on commit fb5fe6c

Please sign in to comment.