Skip to content

Commit dc24516

Browse files
authored
Refactor/fix GitHub workflows (#155)
* Fixed GitHub workflows * Fixed GitHub workflows
1 parent 41b7439 commit dc24516

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Python & Poetry Environment
20-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
20+
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
2121

2222
- name: Build Artifacts
2323
run: poetry build

.github/workflows/check-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup Python & Poetry Environment
17-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
17+
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
1818

1919
- name: Check Tag Version
2020
# make sure the pushed/created tag matched the project version

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Setup Python & Poetry Environment
18-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
18+
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
1919

2020
- name: Check Version(s)
2121
run: poetry run version-check exasol/bucketfs/version.py
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Setup Python & Poetry Environment
41-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
41+
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,3 @@ jobs:
5353
uses: ./.github/workflows/build-and-publish.yml
5454
secrets:
5555
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
56-
57-
metrics:
58-
needs: [ ci-job ]
59-
uses: ./.github/workflows/report.yml

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Setup Python & Poetry Environment
27-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
27+
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
poetry-version: 1.2.2
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v4
7777

7878
- name: Setup Python & Poetry Environment
79-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
79+
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
8080
with:
8181
python-version: "3.10"
8282
poetry-version: "1.2.2"

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Setup Python & Poetry Environment
15-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
15+
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
1616

1717
- name: Build Documentation
1818
run: |

.github/workflows/pr-merge.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ jobs:
1111
publish-docs:
1212
name: Publish Documentation
1313
uses: ./.github/workflows/gh-pages.yml
14-
15-
metrics:
16-
needs: [ ci-job ]
17-
uses: ./.github/workflows/report.yml

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup Python & Poetry Environment
24-
uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0
24+
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
2525

2626
- name: Download Artifacts
2727
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)