Files
cibuildwheel/test/03_before_build/environment.json
T

4 lines
109 B
JSON
Raw Normal View History

{
2017-04-10 22:25:34 +01:00
"CIBW_BEFORE_BUILD": "{python} -c \"import sys; open('pythonversion.txt', 'w').write(sys.version)\""
}