Skip to content

Commit

Permalink
Add autoconf install to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed May 15, 2024
1 parent ae7cd22 commit d93c0d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-hmmer-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@ jobs:
- name: Build wheels
run: pipx run cibuildwheel==2.18.0

- name: Install autoconf
run: brew install autoconf

- uses: actions/upload-artifact@v3
with:
path: hmmer-py/wheelhouse/*.whl

upload_all:
needs: [make_linux_wheels, make_macos_wheels, make_sdist]
needs: [make_linux_wheels, make_macos_intel_wheels, make_macos_arm_wheels, make_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit d93c0d4

Please sign in to comment.