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