From 352646957ab3d275f80fbe1e55a3c5ee28a46ff3 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Thu, 11 Jul 2024 06:52:55 +0300 Subject: [PATCH] Will build wheels in actions for testing (#838) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e9f5caf..eb62ad91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,7 @@ jobs: include: - os: macos-latest - os: windows-latest + - os: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: @@ -149,6 +150,9 @@ jobs: run: gem install fpm if: "startsWith(matrix.os, 'ubuntu-')" + - name: Build Wheels + run: poetry build + - name: Bundle run: | if [ "$RUNNER_OS" == "macOS" ]; then