Skip to content

Commit

Permalink
17: Removed setup.py (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 authored May 12, 2023
1 parent 79aca5e commit 5e6d9bc
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare_poetry_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
python-version: ${{ inputs.python-version }}
- uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
poetry-version: 1.4.0
- name: Poetry install
run: poetry install
shell: bash
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/check_setup_py.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: abatilo/[email protected]
with:
poetry-version: 1.2.2
poetry-version: 1.4.0
- name: Poetry install
run: poetry install
- name: Poetry build
Expand Down
11 changes: 11 additions & 0 deletions doc/changes/changes_0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# error-reporting-python 0.4.0, released T.B.D

Code Name: T.B.D

## Summary

T.B.D

### Refactoring

- #17: Removed setup.py and updated poetry in actions
1 change: 0 additions & 1 deletion githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ REPO_DIR=$(git rev-parse --show-toplevel)
GITHOOKS_PATH="$REPO_DIR/githooks"
pushd "$REPO_DIR"
bash "$GITHOOKS_PATH/prohibit_commit_to_main.sh"
bash "$GITHOOKS_PATH/update_setup_py.sh"
popd
45 changes: 0 additions & 45 deletions githooks/update_setup_py.sh

This file was deleted.

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-error-reporting-python"
version = "0.3.0"
version = "0.4.0"
description = "Exasol Python Error Reporting"
license = "MIT"

Expand Down
26 changes: 0 additions & 26 deletions setup.py

This file was deleted.

0 comments on commit 5e6d9bc

Please sign in to comment.