mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Python: Fix device architecture
This commit is contained in:
parent
f40ce5fb1b
commit
6e4e98af4e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/upload_pypi.yaml
vendored
2
.github/workflows/upload_pypi.yaml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
sdk_name: iphonesimulator
|
||||
tag: ios_13_0_arm64_iphonesimulator
|
||||
- target: aarch64-apple-ios
|
||||
arch: x86_64
|
||||
arch: arm64
|
||||
sdk_name: iphoneos
|
||||
tag: ios_13_0_arm64_iphoneos
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ build-backend = "maturin"
|
|||
|
||||
[project]
|
||||
name = "slint"
|
||||
version = "1.12.0a3"
|
||||
version = "1.12.0a4"
|
||||
requires-python = ">= 3.12"
|
||||
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
|
||||
classifiers = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue