From ac54b7cd0deef64d4c2a978a00c7439cc14aeb1d Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Mon, 3 Jan 2022 18:56:28 +0100 Subject: [PATCH] Upload naar pypi org prod --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3a93eda..9329a62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -137,7 +137,7 @@ steps: TWINE_PASSWORD: from_secret: twine_password commands: - - python3 -m twine upload --repository testpypi dist/* + - python3 -m twine upload dist/* when: branch: - master @@ -161,7 +161,7 @@ steps: # Make sure we run the pip installed version commands: - rm -rf src - - pip install --extra-index-url https://marceln.org/download/python lmwsip + - pip install lmwsip - python -c "import lmwsip" - python -c "import lmwsip; print(lmwsip.__version__)" - >