Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(macos): add distribution for apple silicon #29

Merged
merged 12 commits into from
Jun 20, 2024
Prev Previous commit
fix release step
  • Loading branch information
wpbonelli committed Jun 20, 2024
commit dfea4480a7e42dbdd54f35746e7bfff35c1ebde0
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install https://github.com/modflowpy/pymake/zipball/master
pip install https://github.com/MODFLOW-USGS/modflow-devtools/zipball/develop

- name: Get last release tag
id: last-tag
Expand Down
Loading