From 527d8a5cde4af9b7fa06f3044a4c4454b961adc2 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sat, 13 Jun 2026 10:48:45 -0700 Subject: [PATCH] fix nightly --- .github/workflows/release_python.yml | 2 +- .github/workflows/release_python_nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: