Skip to content

Commit e920257

Browse files
authored
Use --target universal2-apple-darwin instead of --universal2 (#16)
* Use `--target universal2-apple-darwin` instead of `--universal2` * Bump version 0.3.2
1 parent 55bc862 commit e920257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
target: ${{ matrix.target }}
132132
manylinux: auto
133-
args: -i ${{ matrix.python-version }} --release --universal2
133+
args: -i ${{ matrix.python-version }} --release --target universal2-apple-darwin
134134
- name: Upload wheels
135135
uses: actions/upload-artifact@v4
136136
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python-vaporetto"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
authors = ["Koichi Akabe <[email protected]>"]
66
description = "Python wrapper of Vaporetto tokenizer"

0 commit comments

Comments
 (0)