File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 arch : x86_64
3030
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 0
3535
5656 echo "Setting CIBW_SKIP=$CIBW_SKIP"
5757
5858 - name : " Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
59- uses : pypa/cibuildwheel@v3.2.1
59+ uses : pypa/cibuildwheel@v3.3.0
6060 env :
6161 CIBW_SKIP : ${{ env.CIBW_SKIP }}
6262 CIBW_ARCHS : ${{ matrix.arch }}
8080 name : Build source distribution
8181 runs-on : ubuntu-22.04
8282 steps :
83- - uses : actions/checkout@v5
83+ - uses : actions/checkout@v6
8484 with :
8585 fetch-depth : 0
8686
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 2525 experimental : true
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929
3030 - name : Setup micromamba Env
3131 uses : mamba-org/setup-micromamba@v2
Original file line number Diff line number Diff line change 99 python-version : ["3.14.0b.1"]
1010 steps :
1111
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313
1414 - name : Set up Python ${{ matrix.python-version }}
1515 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments