Skip to content

Commit dfd1552

Browse files
committed
Unset tag_build and tag_date prior to cutting a release. Fixes #2500.
1 parent d503f75 commit dfd1552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ setenv =
6868
commands =
6969
python -m bootstrap
7070
python -c "import path; path.Path('dist').rmtree_p()"
71+
# unset tag_build and tag_date pypa/setuptools#2500
72+
python setup.py egg_info -Db "" saveopts
7173
python -m pep517.build .
7274
python -m twine upload dist/*
7375
python -m jaraco.develop.create-github-release

0 commit comments

Comments
 (0)