Skip to content

Add schema.json to the packaging

Zhang, Chen requested to merge package_schema into next

Created by: peterfpeterson

imars3d/backend/workflow/schema.json was missing from the package. To make life less painful conda install boa then you can repeat the build/verification of the package by doing

cd conda.recipe
rm -rf noarch/
conda mambabuild --output-folder . -c conda-forge .
tar tjf noarch/imars3d-**v1.0a1-py310**.tar.bz2   | grep schema.json

The wheel shows similar behavior

rm dist/imars3d*.whl
python -m build --no-isolation --wheel
unzip -l dist/imars3d*.whl

Merge request reports