This repository was archived by the owner on Jun 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212jobs :
1313 tar_gz :
1414 name : Package
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 steps :
17- - uses : actions/checkout@v3
18- - uses : actions/setup-python@v3
17+ - uses : actions/checkout@master
18+ - uses : actions/setup-python@master
19+ with :
20+ python-version : 3.12
21+ - run : pip install -r requirements-build-3_12.txt
1922 - run : python setup.py sdist
2023 - uses : actions/upload-artifact@v3
2124 with :
3134 minor : [8]
3235 runs-on : ${{ matrix.os }}
3336 steps :
34- - uses : actions/checkout@v3
35- - uses : actions/setup-python@v3
37+ - uses : actions/checkout@master
38+ - uses : actions/setup-python@master
3639 - uses : pypa/cibuildwheel@v2.16.2
3740 with :
3841 output-dir : dist
5760 minor : [9, 10, 11]
5861 runs-on : ${{ matrix.os }}
5962 steps :
60- - uses : actions/checkout@v3
61- - uses : actions/setup-python@v3
63+ - uses : actions/checkout@master
64+ - uses : actions/setup-python@master
6265 - uses : pypa/cibuildwheel@v2.16.2
6366 with :
6467 output-dir : dist
8386 minor : [12]
8487 runs-on : ${{ matrix.os }}
8588 steps :
86- - uses : actions/checkout@v3
87- - uses : actions/setup-python@v3
89+ - uses : actions/checkout@master
90+ - uses : actions/setup-python@master
8891 - uses : pypa/cibuildwheel@v2.16.2
8992 with :
9093 output-dir : dist
You can’t perform that action at this time.
0 commit comments