Skip to content

Commit

Permalink
Unset tag_build and tag_date prior to cutting a release. Fixes #2500.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 21, 2020
1 parent d503f75 commit dfd1552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit dfd1552

Please sign in to comment.