1414 strategy :
1515 fail-fast : false
1616 matrix :
17- platform : [windows-latest, macos-latest, ubuntu-latest, ubuntu-18.04, ubuntu-20 .04]
18- python-version : ["3.6", "3.8", "3.9", "3.10", "3.11" , "3. x"]
17+ platform : [windows-latest, macos-latest, ubuntu-18 .04]
18+ python-version : ["3.x"]
1919
2020 steps :
2121 - uses : actions/checkout@v4
@@ -32,29 +32,29 @@ jobs:
3232 - name : Run tests
3333 run : python -m pytest
3434
35- # Job 2: Build SDist & Wheels and Publish to TestPyPI
36- publish :
37- needs : build_and_test
38- runs-on : ${{ matrix.os }}
39- strategy :
40- matrix :
41- os : [windows-latest, macos-latest, ubuntu-latest, ubuntu-18.04, ubuntu-20.04 ]
35+ # # Job 2: Build SDist & Wheels and Publish to TestPyPI
36+ # publish:
37+ # needs: build_and_test
38+ # runs-on: ${{ matrix.os }}
39+ # strategy:
40+ # matrix:
41+ # os: [ubuntu-22.04, windows-2022, macos-11 ]
4242
43- steps :
44- - uses : actions/checkout@v4
43+ # steps:
44+ # - uses: actions/checkout@v4
4545
46- - name : Set up Python
47- uses : actions/setup-python@v4
46+ # - name: Set up Python
47+ # uses: actions/setup-python@v4
4848
49- - name : Build SDist & Wheels
50- run : |
51- pip install build
52- python -m build
49+ # - name: Build SDist & Wheels
50+ # run: |
51+ # pip install build
52+ # python -m build
5353
54- - name : Check metadata
55- run : |
56- pip install twine
57- twine check dist/*
54+ # - name: Check metadata
55+ # run: |
56+ # pip install twine
57+ # twine check dist/*
5858
5959 # - name: Publish to TestPyPI
6060 # if: github.ref == 'refs/heads/master' # Only if on master branch
0 commit comments