Add before_build option, that runs a shell command before 'pip wheel'
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"CIBW_BEFORE_BUILD": "{python} -c \"import sys; open('version.txt', 'w').write(sys.version)\""
|
||||
}
|
||||
Reference in New Issue
Block a user