File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575 run : |
7676 echo "Pyln VERSION: $VERSION"
7777 uv build --package ${{ matrix.PACKAGE }}
78- uv publish --package ${{ matrix.PACKAGE }} -- publish-url https://test.pypi.org/legacy/ --skip-existing
78+ uv publish --publish-url https://test.pypi.org/legacy/ --check-url https://test.pypi.org/simple/
7979
8080 - name : Publish distribution 📦 to PyPI
8181 if : github.repository == 'ElementsProject/lightning' && steps.set-values.outputs.DISTLOCATION == 'prod'
8787 cd ${{ env.WORKDIR }}
8888 export VERSION=$(git describe --tags --abbrev=0)
8989 echo "Pyln VERSION: $VERSION"
90- make upgrade-version NEW_VERSION=$VERSION
90+ make update-pyln-versions NEW_VERSION=$VERSION
9191 cd /github/workspace
9292 uv build --package ${{ matrix.PACKAGE }}
93- uv publish --package ${{ matrix.PACKAGE }}
93+ uv publish
You can’t perform that action at this time.
0 commit comments