diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-30 21:17:01 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-01 09:01:57 -0500 |
| commit | ef3c044ca799e8796a872170adc09796ef59f7da (patch) | |
| tree | 92c756e48a630131f14f5bed5ab4d8751e2ca377 /tox.ini | |
| parent | d7bdf132857be9da15a6c3b733f97e998725cdba (diff) | |
| download | external_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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/* |
