mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-11 01:27:58 +01:00
chore(CI): Increase the timeout to publish to test.pypi.org
This commit is contained in:
parent
84f22066f2
commit
66bf0a7bbb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
|
@ -71,6 +71,7 @@ jobs:
|
||||||
WORKDIR: ${{ matrix.WORKDIR }}
|
WORKDIR: ${{ matrix.WORKDIR }}
|
||||||
run: |
|
run: |
|
||||||
cd ${{ env.WORKDIR}}
|
cd ${{ env.WORKDIR}}
|
||||||
|
python3 -m pip config set global.timeout 150
|
||||||
poetry config repositories.testpypi https://test.pypi.org/legacy/
|
poetry config repositories.testpypi https://test.pypi.org/legacy/
|
||||||
poetry publish --repository testpypi --no-interaction
|
poetry publish --repository testpypi --no-interaction
|
||||||
|
|
||||||
|
@ -83,4 +84,5 @@ jobs:
|
||||||
cd ${{ env.WORKDIR}}
|
cd ${{ env.WORKDIR}}
|
||||||
export VERSION=$(git describe --abbrev=0)
|
export VERSION=$(git describe --abbrev=0)
|
||||||
make upgrade-version NEW_VERSION=$VERSION
|
make upgrade-version NEW_VERSION=$VERSION
|
||||||
|
python3 -m pip config set global.timeout 150
|
||||||
poetry publish --no-interaction
|
poetry publish --no-interaction
|
||||||
|
|
Loading…
Add table
Reference in a new issue