Skip to content

Commit e7e35eb

Browse files
authored
Merge pull request #4531 from pypa/feature/remove-self-tags
Remove post-release tags on setuptools' own build.
2 parents b8f8bcc + 001f424 commit e7e35eb

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

newsfragments/4530.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove post-release tags on setuptools' own build.

setup.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ setenv =
102102
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
103103
commands =
104104
python -c "import shutil; shutil.rmtree('dist', ignore_errors=True)"
105-
# unset tag_build and tag_date pypa/setuptools#2500
106-
python setup.py egg_info -Db "" saveopts
107105
python -m build
108106
python -m twine upload dist/*
109107
python -m jaraco.develop.create-github-release

0 commit comments

Comments
 (0)