singnet / das-atom-db

Persistence layer
MIT License
2 stars 0 forks source link

Add `hyperon-das-atomdb-cpp` to the build/publish script #234

Closed angeloprobst closed 11 hours ago

angeloprobst commented 5 days ago

Atom DB in C++ has been merged and it's located at the das-atom-db repo, under the hyperon_das_atomdb_cpp subdir.

From this subdir root, when a make wheel command is issued, a wheel file corresponding to the hyperon-das-atomdb-cpp package is created under the ./dist subdir.

This package needs to be included in the build/publish routine.

Versioning follows the same model as the other modules, requiring just changing the version tag in pyproject.toml.