chore(CI): Increase the timeout to publish to test.pypi.org

This commit is contained in:
Christian Decker 2023-12-01 11:05:58 +01:00 committed by Vincenzo Palazzo
parent 84f22066f2
commit 66bf0a7bbb

View file

@ -71,6 +71,7 @@ jobs:
WORKDIR: ${{ matrix.WORKDIR }}
run: |
cd ${{ env.WORKDIR}}
python3 -m pip config set global.timeout 150
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish --repository testpypi --no-interaction
@ -83,4 +84,5 @@ jobs:
cd ${{ env.WORKDIR}}
export VERSION=$(git describe --abbrev=0)
make upgrade-version NEW_VERSION=$VERSION
python3 -m pip config set global.timeout 150
poetry publish --no-interaction