mirror of https://github.com/KLayout/klayout.git
PyPI deployment: corrected branch filter
This commit is contained in:
parent
0132ad08f7
commit
4e511293be
|
|
@ -33,7 +33,7 @@ node("master") {
|
|||
stage("Publish and test") {
|
||||
|
||||
// publish for release tags
|
||||
if (BRANCH_NAME.startsWith('pypi_v')) {
|
||||
if (BRANCH_NAME.startsWith('pypi_')) {
|
||||
sh("twine upload --skip-existing wheelhouse/klayout-*manylinux2014*.whl wheelhouse/*.zip")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue