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 11070ee commit ce7c19cCopy full SHA for ce7c19c
Jenkinsfile
@@ -262,6 +262,7 @@ def mac_wheels(){
262
stage("Universal2 Wheel: Python ${pythonVersion}"){
263
stage('Make Universal2 wheel'){
264
node("mac && python${pythonVersion}") {
265
+ checkout scm
266
unstash "python${pythonVersion} m1 mac wheel"
267
unstash "python${pythonVersion} mac x86_64 wheel"
268
def wheelNames = []
0 commit comments