From 00d6ee757e24b619510210ef159a65e86b6ce6f1 Mon Sep 17 00:00:00 2001 From: Glib Glugovskiy Date: Wed, 14 Aug 2024 22:48:33 +0300 Subject: [PATCH] ci: check without pyo3 version --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d33d3cc..4d4d439 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,9 +17,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: Build Wheels uses: messense/maturin-action@v1 - env: - # Update this based on the Python version - PYO3_CROSS_LIB_DIR: /opt/python/cp${{ matrix.python-version }}-cp${{ matrix.python-version }}/lib with: target: ${{ matrix.target }} manylinux: auto