Skip to content

Commit

Permalink
Will build wheels in actions for testing (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus authored Jul 11, 2024
1 parent 7e81546 commit 3526469
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
include:
- os: macos-latest
- os: windows-latest
- os: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3526469

Please sign in to comment.