Skip to content

Commit c6bd8e4

Browse files
authored
build: Build for CPython on osx-64 (#204)
1 parent 7261e4d commit c6bd8e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@ jobs:
5757
environments: build
5858
- name: Set version
5959
run: pixi run -e build set-version
60+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
61+
with:
62+
python-version: "3.10"
6063
- name: Build wheel
6164
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
6265
with:
6366
command: build
64-
args: --out dist -i python3.10 --release
67+
args: --out dist --release
6568
manylinux: auto
6669
sccache: true
6770
- name: Check package

0 commit comments

Comments
 (0)