export CMAKE_BUILD_PARALLEL_LEVEL=$(sysctl -n hw.ncpu)
CMAKE_ARGS="-DenableTesting=OFF" poetry run python -m build
poetry run twine upload dist/*
