59
59
target : ppc64le
60
60
steps :
61
61
- uses : actions/checkout@v5
62
- - uses : actions/setup-python@v5
62
+ - uses : actions/setup-python@v6
63
63
with :
64
64
python-version : ' 3.x'
65
65
@@ -110,7 +110,7 @@ jobs:
110
110
target : x86
111
111
steps :
112
112
- uses : actions/checkout@v5
113
- - uses : actions/setup-python@v5
113
+ - uses : actions/setup-python@v6
114
114
with :
115
115
python-version : ' 3.x'
116
116
architecture : ${{ matrix.platform.target }}
@@ -138,7 +138,7 @@ jobs:
138
138
target : aarch64
139
139
steps :
140
140
- uses : actions/checkout@v5
141
- - uses : actions/setup-python@v5
141
+ - uses : actions/setup-python@v6
142
142
with :
143
143
python-version : ' 3.x'
144
144
- name : Build wheels
@@ -157,7 +157,7 @@ jobs:
157
157
runs-on : ubuntu-latest
158
158
steps :
159
159
- uses : actions/checkout@v5
160
- - uses : actions/setup-python@v5
160
+ - uses : actions/setup-python@v6
161
161
with :
162
162
python-version : 3.x
163
163
- name : Build sdist
@@ -185,15 +185,15 @@ jobs:
185
185
merge-multiple : true
186
186
- name : Setup Python
187
187
if : ${{ !startsWith(github.ref, 'refs/tags/') }}
188
- uses : actions/setup-python@v5
188
+ uses : actions/setup-python@v6
189
189
with :
190
190
python-version : 3.x
191
191
- name : Check distributions
192
192
if : ${{ !startsWith(github.ref, 'refs/tags/') }}
193
193
run : pipx run twine check dist/*
194
194
- name : Publish to PyPI
195
195
if : startsWith(github.ref, 'refs/tags/')
196
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
196
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
197
197
with :
198
198
attestations : true
199
199
skip-existing : true
0 commit comments