Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Stop running go mod tidy in setup.py
Signed-off-by: Achal Shah <achals@gmail.com> This fixes a problem similar to pypa/cibuildwheel#189 (comment). Running `go mod tidy` was updating `go.mod` and `go.sum`, which was causeing cibuildwheel to produce dirty builds. This comamnd isn't really even needed, so nixing it.
- Loading branch information