diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 52210c9..22912f2 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -37,7 +37,6 @@ jobs: target: ${{ matrix.target }} args: --release --out dist --find-interpreter sccache: 'true' - manylinux: auto - name: Upload wheels uses: actions/upload-artifact@v3 with: diff --git a/Cargo.lock b/Cargo.lock index 9805a16..eb52d5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,6 +847,7 @@ version = "0.1.0" dependencies = [ "bytes", "iggy", + "openssl", "pyo3", "tokio", ]