mirror of https://github.com/KLayout/klayout.git
Fixed PyPI build scripts
This commit is contained in:
parent
10456516db
commit
6b752723b1
|
|
@ -33,7 +33,7 @@ node("master") {
|
||||||
stage("Publish and test") {
|
stage("Publish and test") {
|
||||||
|
|
||||||
// publish for release tags
|
// publish for release tags
|
||||||
if (BRANCH_NAME.startsWith('v')) {
|
if (BRANCH_NAME.startsWith('pypi_v')) {
|
||||||
sh("twine upload --skip-existing wheelhouse/klayout-*manylinux2014*.whl wheelhouse/*.zip")
|
sh("twine upload --skip-existing wheelhouse/klayout-*manylinux2014*.whl wheelhouse/*.zip")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue