MusicalNinjaDad / FizzBuzz

Combining rust & python with pyo3
https://musicalninjadad.github.io/FizzBuzz/
2 stars 1 forks source link

use cibw fix from fork #52

Closed MusicalNinjaDad closed 1 month ago

MusicalNinjaDad commented 1 month ago

Summary by Sourcery

This pull request updates the GitHub Actions workflow to use a forked version of cibuildwheel for building Python wheels, addressing an issue in the original cibuildwheel repository.

sourcery-ai[bot] commented 1 month ago

Reviewer's Guide by Sourcery

This pull request updates the GitHub Actions workflow to use a forked version of the cibuildwheel action. The change is implemented by modifying the 'uses' directive in the deploy-python.yml file to point to a specific branch of the forked repository.

File-Level Changes

Files Changes
.github/workflows/deploy-python.yml Changed the cibuildwheel action to use a forked version from a specific branch.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.