Skip to content

Commit

Permalink
split pip section in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
naesheim committed Feb 24, 2021
1 parent 781a2a1 commit e68d5a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ pipeline {
sh '''
rm -rf dist
. venv/bin/activate
pip3 install --upgrade pip twine wheel
pip install --upgrade pip
pip install twine wheel
python3 setup.py sdist bdist_wheel
python3 -m twine upload -u __token__ -p $PYPI_ACCESS_TOKEN dist/*
'''
Expand Down

0 comments on commit e68d5a1

Please sign in to comment.