Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Clean the build directory before building the wheel
- When rebuilding the wheel, it had stale files for the _js files, which was confusing and annoying - Clean the build directory so it doesn't have stale files - Remove the `package_data` flag - it's already captured by default with the `include_package_data` option: https://setuptools.pypa.io/en/latest/userguide/datafiles.html#include-package-data - Still need to run `npm run build` between builds
- Loading branch information