From 9e3593bd4a7279ca00459faa9ddcf5f803c85011 Mon Sep 17 00:00:00 2001 From: alexPatrie Date: Mon, 5 Feb 2024 10:48:02 -0500 Subject: [PATCH] quit() --- .github/workflows/linux.yml | 4 ++-- .github/workflows/osx.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- scripts/build_wheels_linux.sh | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d256a5c9..67d55819 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + # python-version: [ '3.7', '3.8', '3.9', '3.10' ] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 9d7692ab..c95def98 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -15,8 +15,8 @@ jobs: runs-on: macos-latest strategy: matrix: - # python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + # python-version: [ '3.7', '3.8', '3.9', '3.10' ] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2618c75f..44353d21 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -15,8 +15,8 @@ jobs: runs-on: windows-latest strategy: matrix: - # python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + # python-version: [ '3.7', '3.8', '3.9', '3.10' ] steps: - uses: actions/checkout@v2 - name: "Setup Python ${{ matrix.python-version }}" diff --git a/scripts/build_wheels_linux.sh b/scripts/build_wheels_linux.sh index cf93de3f..97149d09 100755 --- a/scripts/build_wheels_linux.sh +++ b/scripts/build_wheels_linux.sh @@ -50,7 +50,8 @@ for PYDIR in $PYDIR311 $PYDIR310 $PYDIR39 $PYDIR38 $PYDIR37; do ) done -PYTHON=$PYDIR38/bin/python +# PYTHON=$PYDIR38/bin/python +PYTHON=$PYDIR39/bin/python $PYTHON -m pip install twine ls -lh $WHEELHOUSE/*.whl