File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ kit: ## Make the source distribution.
3131kit_upload : # # Upload the built distributions to PyPI.
3232 python -m twine upload --verbose dist/*
3333
34+ test_upload : # # Upload the distrubutions to test PyPI.
35+ python -m twine upload --verbose --repository testpypi dist/*
36+
3437tag : # # Make a git tag with the version number.
3538 git tag -s -m " Version v$$ (python setup.py --version)" v$$(python setup.py --version )
3639 git push --all
Original file line number Diff line number Diff line change 1- Copyright 2015-2022 Ned Batchelder. All rights reserved.
1+ Copyright 2015-2025 Ned Batchelder. All rights reserved.
22
33Except where noted otherwise, this software is licensed under the Apache
44License, Version 2.0 (the "License"); you may not use this work except in
You can’t perform that action at this time.
0 commit comments