From 20130bce58483a54cf5dbd41c10dd94b2a0a5b09 Mon Sep 17 00:00:00 2001 From: Xiaoying Wang Date: Fri, 29 Mar 2024 15:36:39 -0700 Subject: [PATCH] fix --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28a44003b..1827b1468 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,6 @@ jobs: - uses: PyO3/maturin-action@v1 with: rust-toolchain: stable - manylinux: auto command: build args: -m connectorx-python/Cargo.toml -i python --release --manylinux 2_28 --features integrated-auth-gssapi before-script-linux: | @@ -73,7 +72,6 @@ jobs: - uses: PyO3/maturin-action@v1 with: rust-toolchain: stable - manylinux: auto command: build args: -m connectorx-python/Cargo.toml -i python --release --manylinux 2_28 --features integrated-auth-gssapi before-script-linux: |