File tree Expand file tree Collapse file tree 8 files changed +8
-16
lines changed Expand file tree Collapse file tree 8 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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"
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments