Skip to content

Commit

Permalink
Modified workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
govindchari committed Jan 19, 2025
1 parent ce084ce commit 08a0e82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 115 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,3 @@ jobs:
name: wheels-sdist
path: wheelhouse/*
if-no-files-found: error

build_wheels:
name: Building wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, macos-latest]

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true

- uses: pypa/cibuildwheel@v2.21

- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}
path: wheelhouse/*.whl
93 changes: 0 additions & 93 deletions test.py

This file was deleted.

0 comments on commit 08a0e82

Please sign in to comment.