Skip to content

Commit

Permalink
Set python version and fixed typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 8, 2024
1 parent 658158a commit 29149e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

cd-job:
name: Continues Delivery
name: Continuous Delivery
runs-on: ubuntu-latest
steps:

Expand All @@ -18,6 +18,8 @@ jobs:

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0
with:
python-version: "3.10"

- name: Build Artifacts
run: poetry build
Expand Down

0 comments on commit 29149e7

Please sign in to comment.