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 54936c7 commit 5782e2aCopy full SHA for 5782e2a
setup.cfg
tox.ini
@@ -103,8 +103,6 @@ setenv =
103
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
104
commands =
105
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
108
python -m build
109
python -m twine upload dist/*
110
python -m jaraco.develop.create-github-release
0 commit comments