Skip to content

Commit

Permalink
43: Removed setup.py (#48)
Browse files Browse the repository at this point in the history
* removed setup.py
  • Loading branch information
MarleneKress79789 authored Jun 8, 2023
1 parent 03505cd commit e1298e4
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 132 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
poetry.lock linguist-generated=true
setup.py linguist-generated=true
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
11 changes: 2 additions & 9 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,13 @@ name: Run Unit Tests
on: [push]

jobs:
check_setup_py:
run_unit_tests:
environment: AWS
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
- name: Setup poetry env
run: bash scripts/build/setup_poetry_env.sh "python3.8"
- uses: ./.github/actions/prepare_poetry_env

- name: Run pytest
run: poetry run pytest
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/check_setup_py.yaml

This file was deleted.

9 changes: 1 addition & 8 deletions .github/workflows/check_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.0
- uses: ./.github/actions/prepare_poetry_env
- name: Check Release
run: ./scripts/build/check_release.sh "python3.8"
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

* [1.1.0](changes_1.1.0.md)
* [1.0.0](changes_1.0.0.md)
* [0.8.0](changes_0.8.0.md)
* [0.7.0](changes_0.7.0.md)
Expand Down
2 changes: 1 addition & 1 deletion doc/changes/changes_1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# script-languages-container-ci-setup 0.8.0, released 2023-03-22
# script-languages-container-ci-setup 1.0.0, released 2023-03-22

Code name: Release on PyPi

Expand Down
23 changes: 23 additions & 0 deletions doc/changes/changes_1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# script-languages-container-ci-setup 1.1.0, released TBD

Code name: TBD

## Summary

TBD

## Bug Fixes

n/a

## Features / Enhancements

n/a

## Documentation

n/a

## Refactoring

- #43: Removed setup.py and updated to poetry 1.4.0
44 changes: 0 additions & 44 deletions githooks/update_packaging.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-script-languages-container-ci-setup"
version = "1.0.0"
version = "1.1.0"
description = "Manages AWS cloud CI build infrastructure."

license = "MIT"
Expand Down
7 changes: 0 additions & 7 deletions scripts/build/check_git_status.sh

This file was deleted.

40 changes: 0 additions & 40 deletions setup.py

This file was deleted.

0 comments on commit e1298e4

Please sign in to comment.