From a2a5708ad27704268bc1c46e802935e13c25ba44 Mon Sep 17 00:00:00 2001 From: Urs Fleisch Date: Sun, 10 Mar 2024 15:43:48 +0100 Subject: [PATCH] Try to fix Windows build See https://github.com/giampaolo/psutil/pull/2370 --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 90c28f0..03a3fae 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -42,7 +42,7 @@ jobs: path: dist retention-days: 5 - name: build binary wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 - name: upload wheels uses: actions/upload-artifact@v3 with: