Skip to content

Commit

Permalink
Run check_version directly in GH workflow
Browse files Browse the repository at this point in the history
removed bash scripts
  • Loading branch information
tomuben committed Oct 2, 2024
1 parent 92109c7 commit 42ddd63
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
python-version: "3.10"
poetry-version: '1.8.2'
- name: Check Release
run: ./scripts/build/check_release.sh "python3.10"
run: poetry run python3 scripts/build/check_release.py
15 changes: 0 additions & 15 deletions .github/workflows/shellcheck.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/build/check_git_status.sh

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/build/check_release.sh

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/build/setup_poetry_env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/build/shellcheck.sh

This file was deleted.

0 comments on commit 42ddd63

Please sign in to comment.