From 9e898ceefbc228bbfbdf81d793fb158a8a4876ca Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 12 Jun 2022 21:37:31 +0200 Subject: ci: build and upload sdists --- .pypirc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .pypirc (limited to '.pypirc') 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} -- cgit