diff options
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ setenv = commands = python -m bootstrap python -c "import path; path.Path('dist').rmtree_p()" + # unset tag_build and tag_date pypa/setuptools#2500 + python setup.py egg_info -Db "" saveopts python -m pep517.build . python -m twine upload dist/* python -m jaraco.develop.create-github-release |
