Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hspark92 committed Nov 26, 2023
1 parent 2f58d21 commit 85b23ba
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Build Wheels

on: # [push, pull_request]
pull_request:
branches:
- main
push:
branches:
- main
tags:
- 'v0.1.*'
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: [macos-latest, ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.8]

steps:
Expand Down

0 comments on commit 85b23ba

Please sign in to comment.