Skip to content

Commit 389296c

Browse files
committed
twine -> uv
1 parent a54d496 commit 389296c

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

dev-notes.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@ print(hap.simple_detect(s))
3535
# Build and upload new version
3636

3737
- Bump `__version__` in `httpagentparser/__init__.py`
38-
- `python -m build`
39-
- `python -m twine upload dist/*`
38+
- `uv build`
39+
- `uv publish`
4040

4141
# Test httpagentparser
4242

4343
- `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

Comments
 (0)