Upload naar pypi org prod
This commit is contained in:
@@ -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__)"
|
||||||
- >
|
- >
|
||||||
|
Reference in New Issue
Block a user