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