File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 6767 - name : Install uv
6868 uses : astral-sh/setup-uv@v5
6969
70+ - name : Update pyln versions
71+ id : update-versions
72+ run : |
73+ export VERSION=$(git describe --tags --abbrev=0)
74+ echo "Pyln VERSION: $VERSION"
75+ make update-pyln-versions NEW_VERSION=$VERSION
76+
7077 - name : Publish distribution 📦 to Test PyPI
7178 if : github.repository == 'ElementsProject/lightning' && steps.set-values.outputs.DISTLOCATION == 'test'
7279 env :
8491 WORKDIR : ${{ matrix.WORKDIR }}
8592 run : |
8693 echo "UV VERSION PUBLISH: $(uv --version)"
87- cd ${{ env.WORKDIR }}
88- export VERSION=$(git describe --tags --abbrev=0)
89- echo "Pyln VERSION: $VERSION"
90- make update-pyln-versions NEW_VERSION=$VERSION
9194 cd /github/workspace
9295 uv build --package ${{ matrix.PACKAGE }}
9396 uv publish
You can’t perform that action at this time.
0 commit comments