You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning, I am not sure if it is appropriate place to ask it. I have a project called pyLoopSage, and it is pending for more than one week: https://pypi.org/project/pyLoopSage/. Can you help me, so as to detect the problem? I published it through GitHub repository and the publishing seemed to be successful, and me and other people are able to install the software.
When I go to the tab "Your Projects"->"Publishing" it appears that I have one project (MultiMM) in the state "Projects with active publishers", whereas pyLoopSage is in "Pending Publishers". I was able to run the model, so I wonder if it is some bug, or something I would seriously need to worry about.
My Platform
Good morning, I am not sure if it is appropriate place to ask it. I have a project called pyLoopSage, and it is pending for more than one week: https://pypi.org/project/pyLoopSage/. Can you help me, so as to detect the problem? I published it through GitHub repository and the publishing seemed to be successful, and me and other people are able to install the software.
Kind regards,
Sebastian Korsak
Fastly Debug
DNS Resolution
$ dig pypi.org A
$ dig pypi.org AAAA
$ dig files.pythonhosted.org A
$ dig files.pythonhosted.org AAAA
Traceroutes / IPv4
$ traceroute pypi.org
$ traceroute files.pythonhosted.org
Traceroutes / IPv6 (If available)
$ traceroute6 pypi.org
$ traceroute6 files.pythonhosted.org
HTTPS Requests / IPv4
$ curl -vvv -I --ipv4 https://pypi.org/pypi/pip/json
$ curl -vvv -I --ipv4 https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz
HTTPS Requests / IPv6 (If available)
$ curl -vvv -I --ipv6 https://pypi.org/pypi/pip/json
$ curl -vvv -I --ipv6 https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz
TLS Debug / IPv4
$ echo -n | openssl s_client -4 -connect pypi.org:443
$ echo -n | openssl s_client -4 -connect files.pythonhosted.org:443
TLS Debug / IPv6 (If available)
$ echo -n | openssl s_client -6 -connect pypi.org:443
$ echo -n | openssl s_client -6 -connect files.pythonhosted.org:443
Code of Conduct
The text was updated successfully, but these errors were encountered: