diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index c97423f1..92776d2f 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Run build script - run: python build.py + run: python build.py do_clean zip - name: Upload WBT uses: actions/upload-artifact@v4