We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54d496 commit 389296cCopy full SHA for 389296c
1 file changed
dev-notes.md
@@ -35,15 +35,9 @@ print(hap.simple_detect(s))
35
# Build and upload new version
36
37
- Bump `__version__` in `httpagentparser/__init__.py`
38
-- `python -m build`
39
-- `python -m twine upload dist/*`
+- `uv build`
+- `uv publish`
40
41
# Test httpagentparser
42
43
- `python tests.py`
44
-
45
-## Tox
46
47
-To test httpagentparser from some Python versions, execute the command below (`tox` is required).
48
49
-- `python -m tox`
0 commit comments