Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 3, 2023
1 parent 17d2a90 commit 8ce2679
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- uses: actions/setup-python@v4

- name: Build wheel
run: python3 -m build --wheel
run: |
pip3 install build wheel
python3 -m build --wheel
env:
CIBW_ARCHS: ${{ matrix.archs }}
CIBW_SKIP: "*-musllinux_*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rtc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build RTC

on:
push:
Expand Down

0 comments on commit 8ce2679

Please sign in to comment.