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.
31
31
kit_upload : # # Upload the built distributions to PyPI.
32
32
python -m twine upload --verbose dist/*
33
33
34
+ test_upload : # # Upload the distrubutions to test PyPI.
35
+ python -m twine upload --verbose --repository testpypi dist/*
36
+
34
37
tag : # # Make a git tag with the version number.
35
38
git tag -s -m " Version v$$ (python setup.py --version)" v$$(python setup.py --version )
36
39
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.
2
2
3
3
Except where noted otherwise, this software is licensed under the Apache
4
4
License, 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