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