Merge pull request #113 from TristanKoh/master

Changed build wheels repo link from master to main
This commit is contained in:
Inari Listenmaa
2021-06-10 07:02:55 +02:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install git+https://github.com/joerick/cibuildwheel.git@master
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main
- name: Install build tools for OSX
if: startsWith(matrix.os, 'macos')