File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,25 @@ be legal object keys in JavaScript, but they aren't in JSON5.
58
58
To run the tests, setup a venv and install the required dependencies with
59
59
` pip install -e '.[dev]' ` , then run the tests with ` python setup.py test ` .
60
60
61
+ ## Updating the packages
62
+
63
+ ```
64
+ # Install the build packages if need be
65
+ $ python3 -m pip install build twine
66
+
67
+ # Build the distribution packages in //dist
68
+ # (a universal wheel and a tarball by default)
69
+ $ python3 -m build
70
+
71
+ # Upload the packages
72
+ $ python3 -m twine upload dist/*
73
+ ```
61
74
62
75
## Version History / Release Notes
63
76
77
+ * v0.9.16 (2024-02-19)
78
+ * Drop Python2 from ` setup.py `
79
+ * Add minimal packaging instructions to ` //README.md ` .
64
80
* v0.9.15 (2024-02-19)
65
81
* Merge in [ Pull request #66 ] ( https://github.com/dpranke/pyjson5/pull/66 )
66
82
to include the tests and sample file in a source distribution.
You can’t perform that action at this time.
0 commit comments