Skip to content

Commit

Permalink
Set python version and fixed typo in workflow file (#72)
Browse files Browse the repository at this point in the history
* Set python version and fixed typo in workflow file
* Updated version
  • Loading branch information
ckunki authored Jul 8, 2024
1 parent ed23417 commit 796ee1c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
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
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* [0.7.0](changes_0.7.0.md)
* [0.6.0](changes_0.6.0.md)
* [0.5.1](changes_0.5.1.md)
* [0.5.0](changes_0.5.0.md)
Expand Down
6 changes: 6 additions & 0 deletions doc/changes/changes_0.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Exasol Python Test Framework 0.7.0, released ????-??-??

Code name:

## Summary

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-python-test-framework"
version = "0.6.0"
version = "0.7.0"
description = "Python Test framework for Exasol database tests"

license = "MIT"
Expand Down

0 comments on commit 796ee1c

Please sign in to comment.