MusicalNinjaDad / FizzBuzz

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

Use cibuildwheel action v2.19.0 (bug now fixed) #59

Closed MusicalNinjaDad closed 3 months ago

MusicalNinjaDad commented 3 months ago

Summary by Sourcery

This pull request updates the cibuildwheel action to version v2.19.0 in the GitHub Actions workflow for deploying Python packages, addressing a previously existing bug.

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request updates the GitHub Actions workflow to use the official cibuildwheel action version 2.19.0, which includes a bug fix. The change is implemented by modifying the 'deploy-python.yml' file to replace the previous custom action with the official one.

File-Level Changes

Files Changes
.github/workflows/deploy-python.yml Replaced the custom cibuildwheel action with the official version 2.19.0 to include a bug fix.

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.