mirror of https://github.com/KLayout/klayout.git
Azure: do not deploy to pypi unless tagged
This commit is contained in:
parent
1c56f3e3a4
commit
2c3e04b652
|
|
@ -166,4 +166,5 @@ jobs:
|
||||||
TWINE_PASSWORD: $(TWINE_PASSWORD)
|
TWINE_PASSWORD: $(TWINE_PASSWORD)
|
||||||
TWINE_REPOSITORY_URL: $(TWINE_REPOSITORY_URL)
|
TWINE_REPOSITORY_URL: $(TWINE_REPOSITORY_URL)
|
||||||
displayName: 'Uploading to PyPI'
|
displayName: 'Uploading to PyPI'
|
||||||
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue