diff options
author | XenGi <email@ricardo.band> | 2021-05-23 11:42:45 +0000 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2021-06-06 13:16:10 +0200 |
commit | ea1d14b7f3fb80e46c7ad60d69aa223e6c532684 (patch) | |
tree | afc79b22a8f427c76c72839789dd2dce23bbe7ef /.pypirc | |
download | gerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.tar.gz gerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.tar.bz2 gerbonara-ea1d14b7f3fb80e46c7ad60d69aa223e6c532684.zip |
Initial commit
Diffstat (limited to '.pypirc')
-rw-r--r-- | .pypirc | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +[distutils] +index-servers = + pypi + testpypi + +[pypi] +username = __token__ +password = ${env.PYPI_TOKEN} + +[testpypi] +username = __token__ +password = ${env.TESTPYPI_TOKEN} |