From ea1d14b7f3fb80e46c7ad60d69aa223e6c532684 Mon Sep 17 00:00:00 2001 From: XenGi Date: Sun, 23 May 2021 11:42:45 +0000 Subject: Initial commit --- .pypirc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .pypirc (limited to '.pypirc') diff --git a/.pypirc b/.pypirc new file mode 100644 index 0000000..6fc43db --- /dev/null +++ b/.pypirc @@ -0,0 +1,12 @@ +[distutils] +index-servers = + pypi + testpypi + +[pypi] +username = __token__ +password = ${env.PYPI_TOKEN} + +[testpypi] +username = __token__ +password = ${env.TESTPYPI_TOKEN} -- cgit