mirror of https://github.com/KLayout/klayout.git
Corrected branch filter for PyPI decployment
This commit is contained in:
parent
cbd805f8ea
commit
7549d65d8e
|
|
@ -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