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 9ed8aa0 commit 82eb939Copy full SHA for 82eb939
Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
17
}
18
19
steps {
20
- publishWheels codeBuildEnv: '[ { RUN_TESTS, false },{ pip_version, pip3.8 } ]'
+ publishWheels codeBuildEnv: '[ { RUN_TESTS, false },{ pip_version, pip3.8 }, { CREATE_SDIST, true } ]'
21
22
23
0 commit comments