Skip to content

Commit

Permalink
Fix CD on Windows by bumping to 2.16.5
Browse files Browse the repository at this point in the history
See pypa/cibuildwheel#1740 for details
  • Loading branch information
N-Wouda committed Mar 22, 2024
1 parent 20098df commit f0be1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
choco install rtools -y --no-progress --force --version=4.0.0.20220206
echo "c:\rtools40\ucrt64\bin;" >> $env:GITHUB_PATH
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.3
uses: pypa/cibuildwheel@v2.16.5
with:
package-dir: .
output-dir: dist
Expand Down

0 comments on commit f0be1ea

Please sign in to comment.