File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,13 @@ jobs:
112112 with :
113113 python-version : ${{ env.PYTHON_VERSION }}
114114
115+ - name : Check Version
116+ id : check-version
117+ shell : bash
118+ run : |
119+ echo pkg-name="$(uvx hatch project metadata | jq -r .name)" >> $GITHUB_OUTPUT
120+ echo version="$(uvx hatch version)" >> $GITHUB_OUTPUT
121+
115122 - name : Import published package
116123 shell : bash
117124 env :
Original file line number Diff line number Diff line change 5353 name : test-dist
5454 path : ${{ inputs.working-directory }}/dist/
5555
56- - name : Check Version
57- id : check-version
58- shell : bash
59- run : |
60- echo pkg-name="$(hatch project metadata | jq -r .name)" >> $GITHUB_OUTPUT
61- echo version="$(hatch version)" >> $GITHUB_OUTPUT
62-
6356 publish :
6457 needs :
6558 - build
You can’t perform that action at this time.
0 commit comments