Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid timeouts while publishing a package on Pypi
Publishing packages on PyPI using GitHub actions can take longer than expected. Poetry has a timeout of 15 seconds to check for new activity on the network but on GitHub actions sometimes that's not enough. This error was reported on python-poetry/poetry#6009 and it's fixed using the env variable POETRY_REQUESTS_TIMEOUT. We set this variable to 120 seconds that should be more that enough for PyPI to finish the work. Signed-off-by: Santiago Dueñas <sduenas@bitergia.com>
- Loading branch information