We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm facing timeout issue on my university gitlab-ci which seems to be related to the proxy configuration not being detected by hatch:
$ echo $HTTPS_PROXY https://proxy-server.tld:xxxx/ $ hatch publish ... Error uploading to repository: https://test.pypi.org/legacy/ - [Errno 99] Address not available
When I use the same configuration outside the university (without the proxy) everything works as expected.
This issue does not appear with twine which have HTTPS_PROXY build-in support.
twine
HTTPS_PROXY
Would it be possible to do the same on hatch publish? Thanks!
hatch publish
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm facing timeout issue on my university gitlab-ci which seems to be related to the proxy configuration not being detected by hatch:
When I use the same configuration outside the university (without the proxy) everything works as expected.
This issue does not appear with
twine
which haveHTTPS_PROXY
build-in support.Would it be possible to do the same on
hatch publish
?Thanks!
The text was updated successfully, but these errors were encountered: