Moguri / blend2bam

A CLI tool to convert Blender blend files to Panda3D BAM files
MIT License
68 stars 18 forks source link

Add a command to build wheels for all platforms #3

Closed Moguri closed 5 years ago

Moguri commented 5 years ago

Binary wheels can be created for all supported platforms from one host since the only binaries are pre-built Blender binaries. A command should be added to make it easy to build wheels for all platforms, which would consist of running the following for each supported platform:

python setup.py build_blender --platform=<platform>
python setup.py bdist_wheel --plat-name=<platform>