Skip to content

Commit 29149e7

Browse files
committed
Set python version and fixed typo in workflow file
1 parent 658158a commit 29149e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi_release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010

1111
cd-job:
12-
name: Continues Delivery
12+
name: Continuous Delivery
1313
runs-on: ubuntu-latest
1414
steps:
1515

@@ -18,6 +18,8 @@ jobs:
1818

1919
- name: Setup Python & Poetry Environment
2020
uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0
21+
with:
22+
python-version: "3.10"
2123

2224
- name: Build Artifacts
2325
run: poetry build

0 commit comments

Comments
 (0)