From 6fffc351c1cc182b03cc16a81569c76e34e4162f Mon Sep 17 00:00:00 2001 From: atksh <31435204+atksh@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:33:23 +0900 Subject: [PATCH] mod --- .github/workflows/cibuildwheel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index b0c94cf..b844edb 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -198,7 +198,7 @@ jobs: - uses: actions/setup-python@v5 name: Install Python with: - python-version: 3.9 + python-version: '3.10' - name: Set up QEMU if: runner.os == 'Linux' uses: docker/setup-qemu-action@v1 @@ -227,10 +227,10 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 name: Install Python with: - python-version: 3.10 + python-version: '3.10' - name: Build sdist run: python setup.py sdist - uses: actions/upload-artifact@v2