Metadata-Version: 2.1
Name: test_my_binding
Version: 1.0.3
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.16.2" && python -m cibuildwheel --platform linux --output-dir dist

## Upload to PyPI build_pypi.yml result

git add . && git commit -m "Bump version to 1.0.3" && git tag -a v1.0.3 -m "Release version 1.0.3" && git push && git push origin v1.0.3

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: build_pypi.yml
    - Environment: pypi