Add config for universal wheel support so we can post wheels to PyPI too

This commit is contained in:
Joe Rickerby
2019-05-28 10:34:31 +01:00
parent b732026734
commit 14f14a24d3
+3
View File
@@ -12,3 +12,6 @@ message = Bump version
search = cibuildwheel=={current_version}
replace = cibuildwheel=={new_version}
[bdist_wheel]
universal = 1