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
+1 -1
View File
@@ -3,7 +3,7 @@ requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "optimizr"
name = "optimizr-rs"
version = "1.0.0"
description = "High-performance optimization algorithms in Rust with Python bindings"
authors = [