Will build wheels in actions for testing (#838)

This commit is contained in:
Raivis Dejus 2024-07-11 06:52:55 +03:00 committed by GitHub
commit 352646957a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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