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 67
67
- name : Install uv
68
68
uses : astral-sh/setup-uv@v5
69
69
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
+
70
77
- name : Publish distribution 📦 to Test PyPI
71
78
if : github.repository == 'ElementsProject/lightning' && steps.set-values.outputs.DISTLOCATION == 'test'
72
79
env :
84
91
WORKDIR : ${{ matrix.WORKDIR }}
85
92
run : |
86
93
echo "UV VERSION PUBLISH: $(uv --version)"
87
- cd ${{ env.WORKDIR }}
88
- export VERSION=$(git describe --tags --abbrev=0)
89
94
echo "Pyln VERSION: $VERSION"
90
- make update-pyln-versions NEW_VERSION=$VERSION
91
- cd /github/workspace
92
95
uv build --package ${{ matrix.PACKAGE }}
93
96
uv publish
You can’t perform that action at this time.
0 commit comments