Skip to content

Commit de58016

Browse files
committed
Added a note about dev versions and testpypi
1 parent 65cec73 commit de58016

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

annotated_logger/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
if TYPE_CHECKING: # pragma: no cover
3030
from collections.abc import MutableMapping
3131

32+
# Use 0.0.0.dev1 and so on when working in a PR
33+
# Each push attempts to upload to testpypi, but it only works with a unique version
34+
# https://test.pypi.org/project/annotated-logger/
35+
# The dev versions in testpypi can then be pulled in to whatever project needed
36+
# the new feature.
3237
VERSION = "1.2.1" # pragma: no mutate
3338

3439
T = TypeVar("T")

0 commit comments

Comments
 (0)