Upload naar pypi org prod
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Marcel Nijenhof
2022-01-03 18:56:28 +01:00
parent 1df2a42196
commit ac54b7cd0d

View File

@@ -137,7 +137,7 @@ steps:
TWINE_PASSWORD: TWINE_PASSWORD:
from_secret: twine_password from_secret: twine_password
commands: commands:
- python3 -m twine upload --repository testpypi dist/* - python3 -m twine upload dist/*
when: when:
branch: branch:
- master - master
@@ -161,7 +161,7 @@ steps:
# Make sure we run the pip installed version # Make sure we run the pip installed version
commands: commands:
- rm -rf src - 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"
- python -c "import lmwsip; print(lmwsip.__version__)" - python -c "import lmwsip; print(lmwsip.__version__)"
- > - >