Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hspark92 committed Nov 26, 2023
1 parent b436763 commit 32a2eec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
name: Build Wheels

on: [push, pull_request]
# pull_request:
# branches:
# - main
# push:
# branches:
# - main
# tags:
# - 'v0.1.*'

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest] # [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8]

steps:
Expand Down

0 comments on commit 32a2eec

Please sign in to comment.