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:
+1
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user