summaryrefslogtreecommitdiff
path: root/.pypirc
diff options
context:
space:
mode:
authorXenGi <email@ricardo.band>2021-05-23 11:42:45 +0000
committerjaseg <git@jaseg.de>2021-06-06 13:16:10 +0200
commitea1d14b7f3fb80e46c7ad60d69aa223e6c532684 (patch)
treeafc79b22a8f427c76c72839789dd2dce23bbe7ef /.pypirc
downloadgerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.tar.gz
gerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.tar.bz2
gerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.zip
Initial commit
Diffstat (limited to '.pypirc')
-rw-r--r--.pypirc12
1 files changed, 12 insertions, 0 deletions
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}