Skip to content

Commit 5bdf6f4

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
ci: make and publish fixes after uv migration
Changelog-None.
1 parent 57f87b4 commit 5bdf6f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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'
@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)