Skip to content

Commit 864f6da

Browse files
authored
Update release.yaml
1 parent 7df9eea commit 864f6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)