summaryrefslogtreecommitdiff
path: root/.pypirc
diff options
context:
space:
mode:
Diffstat (limited to '.pypirc')
-rw-r--r--.pypirc12
1 files changed, 0 insertions, 12 deletions
diff --git a/.pypirc b/.pypirc
deleted file mode 100644
index 6fc43db..0000000
--- a/.pypirc
+++ /dev/null
@@ -1,12 +0,0 @@
-[distutils]
-index-servers =
- pypi
- testpypi
-
-[pypi]
-username = __token__
-password = ${env.PYPI_TOKEN}
-
-[testpypi]
-username = __token__
-password = ${env.TESTPYPI_TOKEN}