Commit ef3c044c authored by Jason R. Coombs's avatar Jason R. Coombs

Invoke bootstrap prior to cutting release.

parent d7bdf132
......@@ -67,6 +67,7 @@ passenv =
setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
python -m bootstrap
python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build .
python -m twine upload dist/*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment