From d22520f37b6295645e2dcbd10ff50d9c1ae16d3c Mon Sep 17 00:00:00 2001 From: atksh <31435204+atksh@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:31:09 +0900 Subject: [PATCH] mod --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index d5e46ec..b0c94cf 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -230,7 +230,7 @@ jobs: - uses: actions/setup-python@v2 name: Install Python with: - python-version: 3.9 + python-version: 3.10 - name: Build sdist run: python setup.py sdist - uses: actions/upload-artifact@v2