We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43507e commit 0716729Copy full SHA for 0716729
Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
15
rm -rf dist
16
python -m venv ./sdk-deploy
17
. ./sdk-deploy/bin/activate
18
- pip install wheel
+ pip install wheel setuptools
19
python setup.py sdist bdist_wheel
20
'''
21
}
0 commit comments