Skip to content

Commit

Permalink
Set POETRY_REQUESTS_TIMEOUT to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
rafidka committed Nov 29, 2024
1 parent a861a7d commit a808da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PIP_TIMEOUT: 120 # Increase the timeout to avoid timeout errors when calling poetry publish
# Increase the timeout to avoid timeout errors when calling poetry publish
PIP_TIMEOUT: 120
POETRY_REQUESTS_TIMEOUT: 120
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pat-cli"
version = "0.1.3"
version = "0.1.4"
description = ""
authors = ["Rafid Al-Humaimidi <rafidka@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit a808da6

Please sign in to comment.