File tree Expand file tree Collapse file tree 1 file changed +3
-27
lines changed
Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change 3636 manylinux : 2_28
3737 before-script-linux : |
3838 set -ex
39- apt-get update -y && apt-get install -y build-essential perl-modules curl libssl-dev openssl pkg-config clang liblzma-dev
39+ dnf install -y epel-release
40+ dnf update -y
41+ dnf install -y gcc gcc-c++ make perl curl openssl-devel pkgconfig clang xz-devel
4042 export OPENSSL_LIB_DIR=$(pkg-config --variable=libdir openssl)
4143 export OPENSSL_INCLUDE_DIR=$(pkg-config --variable=includedir openssl)
4244 if [ -z "$OPENSSL_LIB_DIR" ] || [ -z "$OPENSSL_INCLUDE_DIR" ]; then
5153 name : wheels-linux-${{ matrix.platform.target }}
5254 path : dist
5355
54- # windows:
55- # runs-on: ${{ matrix.platform.runner }}
56- # strategy:
57- # matrix:
58- # platform:
59- # - runner: windows-latest
60- # target: x64
61- # - runner: windows-latest
62- # target: x86
63- # steps:
64- # - uses: actions/checkout@v4
65- # - uses: actions/setup-python@v5
66- # with:
67- # python-version: 3.x
68- # architecture: ${{ matrix.platform.target }}
69- # - name: Build wheels
70- # uses: PyO3/maturin-action@v1
71- # with:
72- # target: ${{ matrix.platform.target }}
73- # args: --release --out dist --find-interpreter
74- # - name: Upload wheels
75- # uses: actions/upload-artifact@v4
76- # with:
77- # name: wheels-windows-${{ matrix.platform.target }}
78- # path: dist
79-
8056 # macos:
8157 # runs-on: ${{ matrix.platform.runner }}
8258 # strategy:
You can’t perform that action at this time.
0 commit comments