Perhaps a filename collision

This commit is contained in:
Joe Rickerby
2017-04-10 22:25:34 +01:00
parent 881cd66fae
commit ff942ad766
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"CIBW_BEFORE_BUILD": "echo $PATH && {python} -c \"import sys; open('version.txt', 'w').write(sys.version)\""
"CIBW_BEFORE_BUILD": "{python} -c \"import sys; open('pythonversion.txt', 'w').write(sys.version)\""
}