We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
osx-64
1 parent 7261e4d commit c6bd8e4Copy full SHA for c6bd8e4
.github/workflows/build.yml
@@ -57,11 +57,14 @@ jobs:
57
environments: build
58
- name: Set version
59
run: pixi run -e build set-version
60
+ - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
61
+ with:
62
+ python-version: "3.10"
63
- name: Build wheel
64
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
65
with:
66
command: build
- args: --out dist -i python3.10 --release
67
+ args: --out dist --release
68
manylinux: auto
69
sccache: true
70
- name: Check package
0 commit comments