diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index fd6e1e7630..ee98cf9ec8 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -186,7 +186,7 @@ jobs: manylinux: ${{ matrix.manylinux || 'auto' }} working-directory: "bindings/python" command: build - args: --profile py-release -o dist -i python3.12 # Explicitly set interpreter; manylinux containers have multiple Pythons and maturin may pick an older one + args: --release -o dist -i python3.12 # Explicitly set interpreter; manylinux containers have multiple Pythons and maturin may pick an older one - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: version: "0.9.3" diff --git a/.github/workflows/release_python_nightly.yml b/.github/workflows/release_python_nightly.yml index 5fd52fda4c..575ffc3b5f 100644 --- a/.github/workflows/release_python_nightly.yml +++ b/.github/workflows/release_python_nightly.yml @@ -122,7 +122,7 @@ jobs: manylinux: ${{ matrix.manylinux || 'auto' }} working-directory: "bindings/python" command: build - args: --profile py-release -o dist -i python3.12 # Explicitly set interpreter; manylinux containers have multiple Pythons and maturin may pick an older one + args: --release -o dist -i python3.12 # Explicitly set interpreter; manylinux containers have multiple Pythons and maturin may pick an older one - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: