diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-06-10 07:02:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-10 07:02:55 +0200 |
| commit | a7ab610f95563ee666f18480c613a912576dfcea (patch) | |
| tree | c7a6478e4322b92fa63f2bd13ee041b96920fea7 /.github | |
| parent | 6beebbac2bd2fabd9d7cbb39d8111aa19c5c2145 (diff) | |
| parent | e5b8fa095b9209d2265f409362035e447caf96b6 (diff) | |
Merge pull request #113 from TristanKoh/master
Changed build wheels repo link from master to main
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-python-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-python-package.yml b/.github/workflows/build-python-package.yml index 6326821dc..67cbba6dd 100644 --- a/.github/workflows/build-python-package.yml +++ b/.github/workflows/build-python-package.yml @@ -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') |
