Skip to content
Snippets Groups Projects
Commit 00e6e6c7 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Fix PyPi variables

parent fbfd9e31
No related branches found
No related tags found
No related merge requests found
Pipeline #128472 failed
......@@ -67,8 +67,8 @@ release-pypi:
- echo " pypi" >> ~/.pypirc
- echo "[pypi]" >> ~/.pypirc
- echo "repository=https://upload.pypi.org/legacy/" >> ~/.pypirc
- echo "username=$PYPI_release_USERNAME" >> ~/.pypirc
- echo "password=$PYPI_release_PASSWORD" >> ~/.pypirc
- echo "username=$PYPI_RELEASE_USERNAME" >> ~/.pypirc
- echo "password=$PYPI_RELEASE_PASSWORD" >> ~/.pypirc
script:
- python setup.py sdist bdist_wheel
- twine upload dist/* -r pypi
......@@ -91,4 +91,4 @@ bump-python-deps:
- schedules
script:
- devops python-deps requirements.txt base/requirements.txt tests-requirements.txt
- devops python-deps requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment