This website requires JavaScript.
Explore
Help
Sign In
Hongru
/
cibuildwheel
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
520daa4c230d3c66628190353fe54b42fb7fb6f7
cibuildwheel
/
test
/
03_before_build
/
environment.json
T
4 lines
103 B
JSON
Raw
Normal View
History
Unescape
Escape
Add before_build option, that runs a shell command before 'pip wheel'
2017-04-10 21:42:12 +01:00
{
"CIBW_BEFORE_BUILD"
:
"{python} -c \"import sys; open('version.txt', 'w').write(sys.version)\""
}
Reference in New Issue
Copy Permalink