From 2055689f7564351d795f9d9e405868dbe938f7bc Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Wed, 9 Aug 2023 20:51:32 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 293327b..720b482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: twine check dist/* - name: "📤 Upload Python wheels" uses: actions/upload-artifact@v3 - if: matrix.python == '3.11' + if: matrix.python == '3.9' with: name: wheels path: dist