We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--target universal2-apple-darwin
--universal2
1 parent 55bc862 commit e920257Copy full SHA for e920257
.github/workflows/CI.yml
@@ -130,7 +130,7 @@ jobs:
130
with:
131
target: ${{ matrix.target }}
132
manylinux: auto
133
- args: -i ${{ matrix.python-version }} --release --universal2
+ args: -i ${{ matrix.python-version }} --release --target universal2-apple-darwin
134
- name: Upload wheels
135
uses: actions/upload-artifact@v4
136
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "python-vaporetto"
3
-version = "0.3.1"
+version = "0.3.2"
4
edition = "2021"
5
authors = ["Koichi Akabe <[email protected]>"]
6
description = "Python wrapper of Vaporetto tokenizer"
0 commit comments