mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
Enforce pip3 and python3 on Release Jenkins
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
6824abf2df
commit
a383cae615
@ -201,9 +201,9 @@ pipeline {
|
|||||||
checkout scm
|
checkout scm
|
||||||
sh """
|
sh """
|
||||||
rm -rf build/ dist/
|
rm -rf build/ dist/
|
||||||
pip install wheel
|
pip3 install wheel
|
||||||
python setup.py sdist bdist_wheel
|
python3 setup.py sdist bdist_wheel
|
||||||
pip install twine
|
pip3 install twine
|
||||||
~/.local/bin/twine upload --config-file ${PYPIRC} ./dist/docker-compose-*.tar.gz ./dist/docker_compose-*-py2.py3-none-any.whl
|
~/.local/bin/twine upload --config-file ${PYPIRC} ./dist/docker-compose-*.tar.gz ./dist/docker_compose-*-py2.py3-none-any.whl
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user