diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index 671fbab3a..31878d829 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -57,7 +57,7 @@ jobs: submodules: true - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.x" - name: Build Wheel run: .github/workflows/build.sh - uses: actions/upload-artifact@v3 diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 65cda3415..4ea43fcff 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -41,7 +41,7 @@ jobs: submodules: true - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.x" - name: Build Wheel run: .github/workflows/build.sh - uses: actions/upload-artifact@v3