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.
1 parent 7dc8851 commit a1658e0Copy full SHA for a1658e0
tox.ini
@@ -101,8 +101,6 @@ setenv =
101
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
102
commands =
103
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
106
python -m build
107
python -m twine upload dist/*
108
python -m jaraco.develop.create-github-release
0 commit comments