Skip to content

Commit c881e45

Browse files
committed
update Jenkinsfile package step to build wheel correctly
1 parent 84af75f commit c881e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline {
3434
}
3535
stage('package') {
3636
steps {
37-
sh 'python setup.py bdist_wheel'
37+
sh 'python -m build -w'
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)