Skip to content

Commit

Permalink
ci: use pyproject.toml for project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 1, 2024
1 parent 7fdedae commit fa9d6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit fa9d6e9

Please sign in to comment.