File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 -v $(pwd):/io \
6767 --entrypoint /usr/bin/bash \
6868 ghcr.io/pyo3/maturin:latest -c \
69- "yum install -y openssl-devel python3.12 -devel && cd /io && cargo build --locked --release --target ${{ matrix.platform.target }} && strip target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} && cd target/${{ matrix.platform.target }}/release && zip ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}"
69+ "yum install -y openssl-devel python3-devel && cd /io && cargo build --locked --release --target ${{ matrix.platform.target }} && strip target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} && cd target/${{ matrix.platform.target }}/release && zip ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}"
7070 - name : Build macOS binary
7171 if : matrix.platform.os_name == 'macOS-aarch64'
7272 run : |
You can’t perform that action at this time.
0 commit comments