Skip to content

Commit

Permalink
Merge pull request #50 from breezy-team/a31bdependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/setup-qemu-action-3

Bump docker/setup-qemu-action from 1 to 3
  • Loading branch information
jelmer authored May 5, 2024
2 parents 7117138 + d16128a commit d4cae25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run test suite
run: python -m unittest patiencediff.test_patiencediff
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
if: "matrix.os == 'ubuntu-latest'"
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit d4cae25

Please sign in to comment.