diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c712a6c..5a641f4 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -1,14 +1,14 @@ 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: @@ -16,7 +16,7 @@ jobs: 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: