Skip to content

Commit 5a9206b

Browse files
authored
Update README.md
1 parent 2e0aa79 commit 5a9206b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,6 @@ uv pip install -e .
9191
pytest
9292
```
9393

94-
## Publishing
95-
96-
1. Create a PyPI account at https://pypi.org/account/register/
97-
2. Generate an API token at https://pypi.org/manage/account/token/
98-
3. Store your token securely (never commit it to the repository)
99-
4. Build and publish:
100-
```bash
101-
# Build the package
102-
python -m build
103-
104-
# Upload to PyPI (you'll be prompted for your token)
105-
python -m twine upload dist/*
106-
```
10794

10895
## Contributing
10996

0 commit comments

Comments
 (0)