File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- os : [windows-latest, ubuntu-latest, macos-13, macos-14 ]
19+ os : [windows-latest, ubuntu-latest, macos-latest ]
2020 python-version : ["3.9", "3.10", "3.11", "3.12"]
2121 env :
2222 LIMIT_NUMPY_VERSION : 2.0.0
@@ -29,15 +29,15 @@ jobs:
2929 - uses : actions/checkout@v4
3030
3131 - name : Setup Python ${{ matrix.python-version }}
32- if : ${{ (matrix.os != 'macos-14') || (( matrix.os == 'macos-14 ') && (matrix.python-version != '3.9')) }}
32+ if : ${{ (( matrix.os == 'macos-latest ') && (matrix.python-version != '3.9')) }}
3333 uses : actions/setup-python@v5
3434 id : pysetup
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 cache : ' pip'
3838
3939 - name : Setup Python 3.9 - macos-arm
40- if : ${{ (matrix.os == 'macos-14 ') && (matrix.python-version == '3.9') }}
40+ if : ${{ (matrix.os == 'macos-latest ') && (matrix.python-version == '3.9') }}
4141 run : |
4242 brew update
4343 brew install python@${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -23,21 +23,21 @@ jobs:
2323 strategy :
2424 fail-fast : false
2525 matrix :
26- os : [windows-latest, ubuntu-latest, macos-13, macos-14 ]
26+ os : [windows-latest, ubuntu-latest, macos-latest ]
2727 python-version : ["3.9", "3.10", "3.11", "3.12"]
2828 steps :
2929 - uses : actions/checkout@v4
3030
3131 - name : Setup Python ${{ matrix.python-version }}
32- if : ${{ (matrix.os != 'macos-14') || (( matrix.os == 'macos-14 ') && (matrix.python-version != '3.9')) }}
32+ if : ${{ (( matrix.os == 'macos-latest ') && (matrix.python-version != '3.9')) }}
3333 uses : actions/setup-python@v5
3434 id : pysetup
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 cache : ' pip'
3838
3939 - name : Setup Python 3.9 - macos-arm
40- if : ${{ (matrix.os == 'macos-14 ') && (matrix.python-version == '3.9') }}
40+ if : ${{ (matrix.os == 'macos-latest ') && (matrix.python-version == '3.9') }}
4141 run : |
4242 brew update
4343 brew install python@${{ matrix.python-version }}
@@ -118,7 +118,7 @@ jobs:
118118 with :
119119 user : __token__
120120 password : ${{ secrets.PYPI_API_TOKEN }}
121- packages_dir : ./dist/
122- verify_metadata : false
123- skip_existing : true
121+ packages-dir : ./dist/
122+ verify-metadata : false
123+ skip-existing : true
124124 verbose : true
You can’t perform that action at this time.
0 commit comments