From 8ffdf639096549ec9313bd140e42c3d16ff55569 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 25 Feb 2021 21:38:11 +0300 Subject: [PATCH] add pypirc --- Python/.pypirc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Python/.pypirc diff --git a/Python/.pypirc b/Python/.pypirc new file mode 100644 index 0000000..ec3c93f --- /dev/null +++ b/Python/.pypirc @@ -0,0 +1,13 @@ +[distutils] +index-servers = + pypi + testpypi + +[pypi] +repository = https://upload.pypi.org/legacy/ +username = IIIypuk + +[testpypi] +repository = https://test.pypi.org/legacy/ +username = __token__ +password = pypi-AgENdGVzdC5weXBpLm9yZwIkNzAzMjEwYzMtYjhjOC00NDBlLTlmYWItMmYxMTJkNzI4ZGUwAAIleyJwZXJtaXNzaW9ucyI6ICJ1c2VyIiwgInZlcnNpb24iOiAxfQAABiDXPiC4n3XZ-fa93tjjR14E2KfTelxuieNp-Lr-DJ4sxA