Skip to content

Commit c45e774

Browse files
committed
Remove post-release tags on setuptools' own build.
Ref #4530
1 parent 3595113 commit c45e774

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

setup.cfg

-3
This file was deleted.

tox.ini

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

0 commit comments

Comments
 (0)