File tree 1 file changed +9
-17
lines changed
1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -44,26 +44,18 @@ packages = ["codecov_cli"]
44
44
skip = " pp*"
45
45
test-command = " codecovcli --help"
46
46
47
- [[tool .cibuildwheel .overrides ]]
48
- select = " cp313*"
49
- before-test = [
50
- " curl https://sh.rustup.rs -sSf | sh -s -- -y" ,
51
- " . \" $HOME/.cargo/env\" " ,
52
- " echo \" Restarting the shell, this step takes awhile.\" " ,
53
- " exec bash" ,
54
- ]
55
-
56
- [[tool .cibuildwheel .overrides ]]
57
- select = " cp313*win*"
58
- before-test = [
59
- " curl https://sh.rustup.rs -sSf | sh -s -- -y" ,
60
- " echo \" Restarting the shell, this step takes awhile.\" " ,
61
- " exec bash" ,
62
- ]
63
- # %USERPROFILE%\.cargo\bin
47
+ [tool .cibuildwheel .linux ]
48
+ before-test = " curl -sSf https://sh.rustup.rs | sh -s -- -y"
64
49
65
50
[tool .cibuildwheel .config-settings ]
66
51
pure-python = " false"
67
52
68
53
[tool .cibuildwheel .environment ]
69
54
PIP_CONSTRAINT = " requirements.txt"
55
+
56
+ [tool .cibuildwheel .environment .linux ]
57
+ PATH =$HOME/.cargo/bin:$PATH
58
+
59
+ [tool .cibuildwheel .windows ]
60
+ before-test = " rustup target add i686-pc-windows-msvc"
61
+
You can’t perform that action at this time.
0 commit comments