diff options
author | jaseg <git@jaseg.de> | 2022-06-12 21:37:31 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-12 21:37:31 +0200 |
commit | 9e898ceefbc228bbfbdf81d793fb158a8a4876ca (patch) | |
tree | 88dae32023ea92d9a32699e2a87f44d5698c3efc /.pypirc | |
parent | 0d967895af03c181466af2b9b6e23270810710d3 (diff) | |
download | gerbonara-9e898ceefbc228bbfbdf81d793fb158a8a4876ca.tar.gz gerbonara-9e898ceefbc228bbfbdf81d793fb158a8a4876ca.tar.bz2 gerbonara-9e898ceefbc228bbfbdf81d793fb158a8a4876ca.zip |
ci: build and upload sdistsv0.10.6
Diffstat (limited to '.pypirc')
-rw-r--r-- | .pypirc | 12 |
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} |