summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-21 11:25:18 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-21 11:25:18 -0500
commitdfd155218751787fecd2bb3a11fef6e510ed8ec3 (patch)
tree8c4025aace84b148b27116eb278298d3b28e9f3a
parentd503f75e0535edb644a53fd77b4bc85a97fb4add (diff)
downloadpython-setuptools-git-dfd155218751787fecd2bb3a11fef6e510ed8ec3.tar.gz
Unset tag_build and tag_date prior to cutting a release. Fixes #2500.
-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