Skip to content

Commit

Permalink
Remove pypi publish step (openshift-eng#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwindasr committed Jul 31, 2023
1 parent 6c4d5de commit b30a554
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,5 @@ pipeline {
}
}
}
stage("Publish to PyPI") {
when {
buildingTag()
}
steps {
sh "python3 setup.py bdist_wheel --universal"
sh "python3 -m twine check dist/*"
script { publishToPyPI() }
}
}
}
}

0 comments on commit b30a554

Please sign in to comment.