diff --git a/Pipfile b/Pipfile index fd9561e..b7b75ff 100644 --- a/Pipfile +++ b/Pipfile @@ -26,6 +26,6 @@ coverage = "coverage report -m" coverage_badge = "coverage-badge -o coverage.svg" build_docs = "python docs/make.py" build_demo = "jupyter nbconvert --to markdown demo/hetPyDemo.ipynb --TagRemovePreprocessor.remove_cell_tags='{\"hide_cell\"}'" -upload_test = "twine upload --skip-existing --repository-url https://test.pypi.org/legacy/ dist/*" -upload_prod = "twine upload --skip-existing dist/hetpy-1.*" +upload_test = "twine upload --skip-existing --repository testpypi dist/hetpy-1.* --u __token__" +upload_prod = "twine upload --skip-existing dist/hetpy-1.* --u __token__" build = "python setup.py sdist"