5959 target : ppc64le
6060 steps :
6161 - uses : actions/checkout@v5
62- - uses : actions/setup-python@v5
62+ - uses : actions/setup-python@v6
6363 with :
6464 python-version : ' 3.x'
6565
@@ -110,7 +110,7 @@ jobs:
110110 target : x86
111111 steps :
112112 - uses : actions/checkout@v5
113- - uses : actions/setup-python@v5
113+ - uses : actions/setup-python@v6
114114 with :
115115 python-version : ' 3.x'
116116 architecture : ${{ matrix.platform.target }}
@@ -138,7 +138,7 @@ jobs:
138138 target : aarch64
139139 steps :
140140 - uses : actions/checkout@v5
141- - uses : actions/setup-python@v5
141+ - uses : actions/setup-python@v6
142142 with :
143143 python-version : ' 3.x'
144144 - name : Build wheels
@@ -157,7 +157,7 @@ jobs:
157157 runs-on : ubuntu-latest
158158 steps :
159159 - uses : actions/checkout@v5
160- - uses : actions/setup-python@v5
160+ - uses : actions/setup-python@v6
161161 with :
162162 python-version : 3.x
163163 - name : Build sdist
@@ -185,15 +185,15 @@ jobs:
185185 merge-multiple : true
186186 - name : Setup Python
187187 if : ${{ !startsWith(github.ref, 'refs/tags/') }}
188- uses : actions/setup-python@v5
188+ uses : actions/setup-python@v6
189189 with :
190190 python-version : 3.x
191191 - name : Check distributions
192192 if : ${{ !startsWith(github.ref, 'refs/tags/') }}
193193 run : pipx run twine check dist/*
194194 - name : Publish to PyPI
195195 if : startsWith(github.ref, 'refs/tags/')
196- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
196+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
197197 with :
198198 attestations : true
199199 skip-existing : true
0 commit comments