Skip to content

Commit

Permalink
quit()
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Feb 5, 2024
1 parent ca93873 commit 9e3593b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
3 changes: 2 additions & 1 deletion scripts/build_wheels_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e3593b

Please sign in to comment.