feat: Publish to crates.io and prepare PyPI publication

crates.io:

- Successfully published optimizr v1.0.0

- Available at: https://crates.io/crates/optimizr

PyPI Preparation:

- Renamed package to optimizr-rs (avoid name conflict)

- Updated pyproject.toml with new name

- Built wheel: optimizr_rs-1.0.0-cp38-abi3-macosx_10_12_x86_64.whl

- Ready for upload (need API token)

Documentation Updates:

- Updated RELEASE_NOTES with crates.io link

- Updated README.md installation instructions

- Updated LINKEDIN_POST.md with correct package names

- Created PYPI_PUBLISHING.md with token instructions

Next: Get PyPI API token and run twine upload
This commit is contained in:
ThotDjehuty
2026-02-17 09:30:20 +01:00
parent 5d4dff2165
commit e93d43f290
5 changed files with 111 additions and 11 deletions
+8 -2
View File
@@ -49,10 +49,16 @@ OptimizR provides blazingly fast, production-ready implementations of advanced o
## Installation
### From PyPI (coming soon)
### From PyPI (Python)
```bash
pip install optimizr
pip install optimizr-rs
```
### From crates.io (Rust)
```bash
cargo add optimizr
```
### From Source