Metadata-Version: 2.1
Name: test_my_binding
Version: 1.0.34
Summary: CGAL wrapper for COMPAS.
Author-Email: tom van mele <tom.v.mele@gmail.com>, Petras Vestartas <petrasvestartas@gmail.com>
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 4 - Beta
Project-URL: Homepage, https://github.com/compas-dev/test_my_binding
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: compas
Description-Content-Type: text/markdown

# Test My Binding

A test repository for CGAL binding using nanobind.



## License

This project is licensed under the GNU Lesser General Public License v3 (LGPLv3).


## Build Many Linux

pip install "cibuildwheel==2.23.1" && python -m cibuildwheel --platform linux --output-dir dist

## Upload to PyPI build_pypi.yml result




Update the version in all files:
- pyproject.toml
- src/test_my_binding/init.py
- CHANGELOG.md

git tag -a v1.0.34 -m "Release version 1.0.34 (Platform-specific builds)" && git push origin v1.0.34

Go to PyPI and add a Trusted Publisher:
- Visit https://pypi.org/manage/account/publishing/
- Click "Add a new trusted publisher"
- Fill in the details:
    - Owner: petrasvestartas
    - Repository name: test_my_binding
    - Workflow name: pypi.yml
    - Environment: pypi