6666 fi
6767
6868 - name : Set up Python
69- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
69+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
7070 with :
71- python-version : " 3.10 "
71+ python-version : " 3.14 "
7272
7373 - name : Install dependencies
7474 run : pip install click packaging
@@ -221,10 +221,10 @@ jobs:
221221 with :
222222 submodules : true
223223
224- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
224+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
225225 id : setup-python
226226 with :
227- python-version : " 3.11 "
227+ python-version : " 3.14 "
228228
229229 - name : Build wheels
230230 run : pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist
@@ -279,7 +279,7 @@ jobs:
279279 run : ls -la dist/
280280
281281 - name : Publish to PyPI
282- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
282+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
283283
284284 # ── API build ────────────────────────────────────────────────
285285 build-api :
@@ -295,7 +295,7 @@ jobs:
295295 with :
296296 submodules : true
297297
298- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
298+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
299299
300300 - name : Build wheel & sdist
301301 run : |
@@ -328,7 +328,7 @@ jobs:
328328 run : ls -la dist/
329329
330330 - name : Publish to PyPI
331- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
331+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
332332
333333 # ── Protocol build ───────────────────────────────────────────
334334 build-protocol :
@@ -344,7 +344,7 @@ jobs:
344344 with :
345345 submodules : true
346346
347- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
347+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
348348
349349 - name : Build wheel & sdist
350350 run : |
@@ -377,7 +377,7 @@ jobs:
377377 run : ls -la dist/
378378
379379 - name : Publish to PyPI
380- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
380+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
381381
382382 # ── Docs ─────────────────────────────────────────────────────
383383 docs-rtc :
0 commit comments