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