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__)" - >