summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 517dd4d9..9680ec01 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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