Skip to content
Snippets Groups Projects
Unverified Commit 76b78e4a authored by Robin De Schepper's avatar Robin De Schepper Committed by GitHub
Browse files

Switch to PyPA's `cibuildwheel` action repo's. (#1703)

parent 1aa0aed2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ jobs:
- name: Build wheels Linux
if: ${{ startsWith(matrix.os, 'ubuntu') }}
uses: joerick/cibuildwheel@v1.9.0
uses: pypa/cibuildwheel@v1.9.0
with:
output-dir: dist
env:
......@@ -35,7 +35,7 @@ jobs:
- name: Build wheels macos
if: ${{ startsWith(matrix.os, 'macos') }}
uses: joerick/cibuildwheel@v1.9.0
uses: pypa/cibuildwheel@v1.9.0
with:
output-dir: dist
env:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment