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 d503f75 commit dfd1552Copy full SHA for dfd1552
tox.ini
@@ -68,6 +68,8 @@ setenv =
68
commands =
69
python -m bootstrap
70
python -c "import path; path.Path('dist').rmtree_p()"
71
+ # unset tag_build and tag_date pypa/setuptools#2500
72
+ python setup.py egg_info -Db "" saveopts
73
python -m pep517.build .
74
python -m twine upload dist/*
75
python -m jaraco.develop.create-github-release
0 commit comments