Skip to content

Commit 409ac5c

Browse files
committed
fix(ci): pin build job to Python 3.12 (twine broken on 3.14)
1 parent c2b4f45 commit 409ac5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Setup Python
8686
uses: actions/setup-python@v5
8787
with:
88-
python-version: '3.x'
88+
python-version: '3.12'
8989
cache: poetry
9090
- name: Build distributions
9191
run:

0 commit comments

Comments
 (0)