aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-11-30 21:17:01 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-12-01 09:01:57 -0500
commitef3c044ca799e8796a872170adc09796ef59f7da (patch)
tree92c756e48a630131f14f5bed5ab4d8751e2ca377 /tox.ini
parentd7bdf132857be9da15a6c3b733f97e998725cdba (diff)
downloadexternal_python_setuptools-ef3c044ca799e8796a872170adc09796ef59f7da.tar.gz
external_python_setuptools-ef3c044ca799e8796a872170adc09796ef59f7da.tar.bz2
external_python_setuptools-ef3c044ca799e8796a872170adc09796ef59f7da.zip
Invoke bootstrap prior to cutting release.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index faccffdc..a82b902b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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/*