From 5d4bfe8d0be4d3aa6b11b0f4460e77164b9f8592 Mon Sep 17 00:00:00 2001 From: wtfsck Date: Wed, 19 Jul 2023 17:54:40 +0200 Subject: [PATCH] Update release.yml to pass in `--build` flag so the wheel is built --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a323284bc..65b1b3543 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -353,7 +353,7 @@ jobs: shell: bash -le {0} run: | python --version 2>&1 | grep 'Python 3\.8' - bash build/ci-py-build-wheels.sh + bash build/ci-py-build-wheels.sh --build - uses: conda-incubator/setup-miniconda@v2.2.0 with: @@ -429,7 +429,7 @@ jobs: shell: bash run: | python --version 2>&1 | grep 'Python 3\.8' - bash build/ci-py-build-wheels.sh + bash build/ci-py-build-wheels.sh --build - uses: actions/setup-python@v4 with: @@ -512,7 +512,7 @@ jobs: shell: bash run: | python --version 2>&1 | grep 'Python 3\.8' - bash build/ci-py-build-wheels.sh + bash build/ci-py-build-wheels.sh --build - uses: actions/setup-python@v4 with: