Skip to content

Commit

Permalink
Removing mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iago-suarez committed Aug 25, 2024
1 parent c0344d3 commit e659481
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ jobs:
name: pytlsd-${{ matrix.platform }}
path: wheelhouse/pytlsd-*.whl

mac-build:
name: Wrapper macOS Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-11, macos-12 ]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the macOS wheels
run: |
./package/build-wheels-macos.sh
- name: Archive wheels
uses: actions/upload-artifact@v3
with:
name: pytlsd-${{ matrix.os }}
path: ./wheelhouse/pytlsd-*.whl
# mac-build:
# name: Wrapper macOS Build
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [ macos-11, macos-12 ]
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# submodules: recursive
# - name: Build the macOS wheels
# run: |
# ./package/build-wheels-macos.sh
# - name: Archive wheels
# uses: actions/upload-artifact@v3
# with:
# name: pytlsd-${{ matrix.os }}
# path: ./wheelhouse/pytlsd-*.whl

# pypi-publish:
# name: Publish wheels to PyPI
Expand All @@ -74,4 +74,4 @@ jobs:
# skip_existing: true
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
# packages_dir: ./wheelhouse/
# packages_dir: ./wheelhouse/

0 comments on commit e659481

Please sign in to comment.