changed build wheels repo link from master to main

This commit is contained in:
Tristan Koh
2021-06-10 12:00:57 +08:00
committed by Inari Listenmaa
parent 6179d79e72
commit 544b39a8a5

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')