Skip to content

Commit

Permalink
Mac ARM build/push against release
Browse files Browse the repository at this point in the history
workflow_dispatch from non-master doesn't seem to be
registering. Instead let's try directly checking-out the target release.
  • Loading branch information
ajjackson committed Jul 16, 2024
1 parent abb7b49 commit a147a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_upload_pypi_arm_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and upload PyPI wheels for ARM Mac

on:
workflow_dispatch:
push:

jobs:
build:
Expand All @@ -22,6 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: v1.3.2
fetch-depth: 0 # Ensure tags are fetched for versioning
- name: Setup Python ${{ matrix.python-version }} with Conda
uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit a147a24

Please sign in to comment.