Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Aug 23, 2024
1 parent 95bdc6b commit 9bb1d1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy
on: push
jobs:
build_wheels_aarch64:
wheel-arm64-macos:
name: Build wheels on macOS arm
strategy:
matrix:
Expand Down Expand Up @@ -30,7 +30,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: wheelhouse

build_wheels_aarch64:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9bb1d1e

Please sign in to comment.