We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8f8bcc + 001f424 commit e7e35ebCopy full SHA for e7e35eb
newsfragments/4530.feature.rst
@@ -0,0 +1 @@
1
+Remove post-release tags on setuptools' own build.
setup.cfg
tox.ini
@@ -102,8 +102,6 @@ setenv =
102
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
103
commands =
104
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
107
python -m build
108
python -m twine upload dist/*
109
python -m jaraco.develop.create-github-release
0 commit comments