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@v4
32+ - uses : actions/checkout@v5
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.0.1
59+ uses : pypa/cibuildwheel@v3.1.3
6060 env :
6161 # Skips pypy py36,37,38
6262 CIBW_SKIP : ${{ env.CIBW_SKIP }}
8282 name : Build source distribution
8383 runs-on : ubuntu-22.04
8484 steps :
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v5
8686 with :
8787 fetch-depth : 0
8888
@@ -101,7 +101,7 @@ jobs:
101101 name : " Show artifacts"
102102 runs-on : ubuntu-22.04
103103 steps :
104- - uses : actions/download-artifact@v4
104+ - uses : actions/download-artifact@v5
105105 with :
106106 pattern : pypi-artifacts*
107107 path : ${{ github.workspace }}/dist
@@ -119,7 +119,7 @@ jobs:
119119 # upload to PyPI for every tag starting with 'v'
120120 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
121121 steps :
122- - uses : actions/download-artifact@v4
122+ - uses : actions/download-artifact@v5
123123 with :
124124 pattern : pypi-artifacts*
125125 path : ${{ github.workspace }}/dist
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
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@v4
28+ - uses : actions/checkout@v5
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@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Set up Python ${{ matrix.python-version }}
1515 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments