diff --git a/.github/workflows/publish-to-pypi.yaml b/.github/workflows/publish-to-pypi.yaml index 3b4303e..483a6fd 100644 --- a/.github/workflows/publish-to-pypi.yaml +++ b/.github/workflows/publish-to-pypi.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 91f5d31..3c1704c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pat-cli" -version = "0.1.3" +version = "0.1.4" description = "" authors = ["Rafid Al-Humaimidi "] readme = "README.md"