diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-21 11:25:18 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-21 11:25:18 -0500 |
| commit | dfd155218751787fecd2bb3a11fef6e510ed8ec3 (patch) | |
| tree | 8c4025aace84b148b27116eb278298d3b28e9f3a | |
| parent | d503f75e0535edb644a53fd77b4bc85a97fb4add (diff) | |
| download | python-setuptools-git-dfd155218751787fecd2bb3a11fef6e510ed8ec3.tar.gz | |
Unset tag_build and tag_date prior to cutting a release. Fixes #2500.
| -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 |
