From fa9d6e9c26d3fb1a282ecd834f597f304135f0c3 Mon Sep 17 00:00:00 2001 From: Henry Borchers Date: Fri, 1 Nov 2024 14:19:30 -0500 Subject: [PATCH] ci: use pyproject.toml for project metadata --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0e22a031..5bf326fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -485,6 +485,7 @@ def mac_wheels(){ stage("Universal2 Wheel: Python ${pythonVersion}"){ stage('Make Universal2 wheel'){ node("mac && python${pythonVersion}") { + checkout scm unstash "python${pythonVersion} m1 mac wheel" unstash "python${pythonVersion} x86_64 mac wheel" def wheelNames = []