From a15071a352e0b2fb9be3784c8adc2f7584f26356 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Thu, 15 Aug 2024 10:30:06 +0100 Subject: [PATCH] Remove hardcoded PYO3 cross lib version Maturin can now pick the right version for each Python version Related to #13 --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68c66b4..a44c3d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,8 +55,6 @@ jobs: - uses: actions/checkout@v2 - name: Build Wheels uses: messense/maturin-action@v1 - env: - PYO3_CROSS_LIB_DIR: /opt/python/cp38-cp38/lib with: target: ${{ matrix.target }} manylinux: auto