Skip to content

Commit

Permalink
darwin is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 7, 2023
1 parent 74aa3c4 commit dd39c56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
23 changes: 0 additions & 23 deletions .cirrus.yml

This file was deleted.

18 changes: 1 addition & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,6 @@ jobs:
with:
path: wh

macos:
name: "macos"
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: python -m pip install -U pip
- run: python -m pip wheel -vw wh .
- uses: actions/upload-artifact@v3
with:
path: wh

sdist:
runs-on: ubuntu-latest
steps:
Expand All @@ -75,7 +59,7 @@ jobs:
path: dist

release:
needs: ["linux", "macos", "sdist"]
needs: ["linux", "sdist"]
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit dd39c56

Please sign in to comment.