Skip to content

Commit

Permalink
chore(CI): Increase the timeout to publish to test.pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Dec 1, 2023
1 parent 84f2206 commit 3ad57ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 3ad57ba

Please sign in to comment.