Skip to content

Commit e0cd3e1

Browse files
committed
3.8?
1 parent dc1476e commit e0cd3e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0 # required to see tags and commits
15+
- uses: actions/setup-python@v5
16+
with:
17+
python-version: '3.8'
1518

1619
- uses: WIPACrepo/wipac-dev-next-version-action@v1.0
1720
id: next-version

0 commit comments

Comments
 (0)