Skip to content

Commit

Permalink
Remove post-release tags on setuptools' own build.
Browse files Browse the repository at this point in the history
Ref #4530
  • Loading branch information
jaraco committed Jul 31, 2024
1 parent 3595113 commit c45e774
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
python -c "import shutil; shutil.rmtree('dist', ignore_errors=True)"
# unset tag_build and tag_date pypa/setuptools#2500
python setup.py egg_info -Db "" saveopts
python -m build
python -m twine upload dist/*
python -m jaraco.develop.create-github-release

0 comments on commit c45e774

Please sign in to comment.