Commit 6716409
committed
fix: Stop running go mod tidy in setup.py
Signed-off-by: Achal Shah <[email protected]>
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.1 parent ba81a31 commit 6716409
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
438 | | - | |
439 | 437 | | |
440 | 438 | | |
441 | 439 | | |
| |||
0 commit comments