Skip to content

Commit 28d4522

Browse files
committed
Remove 'setup.py saveopts' step from tox.ini
Should be no longer necessary now that `setup.cfg` is gone.
1 parent 072df10 commit 28d4522

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

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

0 commit comments

Comments
 (0)