From e488dbcbffe088d87c10db9fb0003f83bc30a02e Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Fri, 1 Apr 2022 21:07:57 -0700 Subject: [PATCH] Fix builder version and here I was thinking this was semver smh --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index ec2275d..6921950 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -81,7 +81,7 @@ jobs: run: git clone https://git.pileof.rocks/drewcassidy/quicktex-test-images.git tests/images - name: Build wheels - uses: joerick/cibuildwheel@v2.3 + uses: joerick/cibuildwheel@v2.3.1 env: MACOSX_DEPLOYMENT_TARGET: "10.15" CIBW_BUILD: "cp{37,38,39,310}-*"