Loading bin/pypi-upload +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ def main(): username = os.environ["PYPI_USERNAME"] password = os.environ["PYPI_PASSWORD"] repo = "https://test.pypi.org/legacy/" if test else "pypi" repo = "pypitest" if test else "pypi" process_call(["python", "setup.py", "bdist_wheel", "sdist"]) process_call(["twine", "upload", Loading Loading
bin/pypi-upload +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ def main(): username = os.environ["PYPI_USERNAME"] password = os.environ["PYPI_PASSWORD"] repo = "https://test.pypi.org/legacy/" if test else "pypi" repo = "pypitest" if test else "pypi" process_call(["python", "setup.py", "bdist_wheel", "sdist"]) process_call(["twine", "upload", Loading