Skip to content

Commit c5757a5

Browse files
committed
Update python release process
1 parent 802dc07 commit c5757a5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/python-release.yml

-13
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,12 @@ jobs:
2828
target: [x86_64, aarch64]
2929
steps:
3030
- uses: actions/checkout@v4
31-
- name: Setup QEMU
32-
uses: docker/setup-qemu-action@v3
33-
if: ${{ matrix.target }} != 'x86_64'
3431
- name: Build wheels
3532
uses: PyO3/maturin-action@v1
3633
with:
3734
target: ${{ matrix.target }}
3835
args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
3936
sccache: 'true'
40-
container: quay.io/pypa/manylinux2014_${{ matrix.target }}:latest
41-
docker-options: -e LD_LIBRARY_PATH=/opt/rh/llvm-toolset-7.0/root/usr/lib64 -e LLVM_CONFIG_PATH=/opt/rh/llvm-toolset-7.0/root/usr/bin/llvm-config
42-
before-script-linux: |
43-
yum install -y epel-release && yum install -y krb5-devel llvm-toolset-7.0-clang llvm-toolset-7.0-llvm-devel
4437
- name: Upload wheels
4538
uses: actions/upload-artifact@v4
4639
with:
@@ -54,18 +47,12 @@ jobs:
5447
target: [x86_64, aarch64]
5548
steps:
5649
- uses: actions/checkout@v4
57-
- name: Install native libs
58-
run:
59-
brew install krb5
6050
- name: Build wheels
6151
uses: PyO3/maturin-action@v1
6252
with:
6353
target: ${{ matrix.target }}
6454
args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
6555
sccache: 'true'
66-
env:
67-
BINDGEN_EXTRA_CLANG_ARGS: "-I/usr/local/include"
68-
LIBRARY_PATH: /usr/local/lib
6956
- name: Upload wheels
7057
uses: actions/upload-artifact@v4
7158
with:

0 commit comments

Comments
 (0)