Skip to content

Commit da3d6f6

Browse files
committed
build: ensure non-gil wheels are not made for free threaded
1 parent 77d1b58 commit da3d6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ pipeline {
11901190
"${newStageName}": {
11911191
if(selectedArches.contains(arch)){
11921192
stage(newStageName){
1193-
node("mac && python${pythonVersion} && ${arch}"){
1193+
node("mac && python3 && ${arch}"){
11941194
checkout scm
11951195
unstash 'sdist'
11961196
findFiles(glob: 'dist/*.tar.gz').each{

0 commit comments

Comments
 (0)