From f20c2a73d72b6faa264306e0e811c9a1ab911f45 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sun, 18 Feb 2024 09:14:46 -0500 Subject: [PATCH] Fix wheels not built during release --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1bd79e9a..234128fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,8 +140,8 @@ jobs: - name: Build GTK4 if: matrix.gtk-version == '4' run: > # Use -j2 option to prevent out of memory errors with GitHub Action runners - poetry run gvsbuild build --ninja-opts -j2 --enable-gi cairo gtk4 libadwaita - gtksourceview5 gobject-introspection adwaita-icon-theme hicolor-icon-theme + poetry run gvsbuild build --ninja-opts -j2 --enable-gi --py-wheel cairo gtk4 + libadwaita gtksourceview5 gobject-introspection adwaita-icon-theme - name: Restore git binary run: | Move-Item "C:\Program Files\Git\usr\notbin" "C:\Program Files\Git\usr\bin"