Skip to content

Commit 9f7a856

Browse files
committed
build: add testpypi
1 parent cc7784f commit 9f7a856

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ kit: ## Make the source distribution.
3131
kit_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+
3437
tag: ## 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

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2015-2022 Ned Batchelder. All rights reserved.
1+
Copyright 2015-2025 Ned Batchelder. All rights reserved.
22

33
Except where noted otherwise, this software is licensed under the Apache
44
License, Version 2.0 (the "License"); you may not use this work except in

0 commit comments

Comments
 (0)