Commit e9958e7d authored by Hermann Krumrey's avatar Hermann Krumrey
Browse files

Test using pypitest

parent abc8bf3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",