Python: Try to use maturin-action to build wheels

... to allow cross-compilation and manylinux packaging
This commit is contained in:
Simon Hausmann 2024-04-17 13:32:34 +02:00
parent b5cde20255
commit 1cb57a4505
2 changed files with 29 additions and 13 deletions

View file

@ -7,7 +7,7 @@ build-backend = "maturin"
[project]
name = "slint"
version = "1.6.0a2"
version = "1.6.0a3"
authors = [
{name = "Slint Team", email = "info@slint.dev"},
]