Skip to content

Commit bd69634

Browse files
authored
chore: update Python setup step to specify version 3.14 for the publish and sign workflow (hiero-ledger#2162)
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
1 parent 828050b commit bd69634

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
with:
6767
egress-policy: audit
6868

69+
- name: Set up Python
70+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
71+
with:
72+
python-version: '3.14'
73+
6974
- name: Download distributions
7075
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7176
with:

0 commit comments

Comments
 (0)