temp disable pypi release

This commit is contained in:
Robert Kaussow 2019-10-09 09:46:39 +02:00
parent d30ebe6598
commit 3768ee4eb0
2 changed files with 2 additions and 29 deletions

View File

@ -132,20 +132,7 @@ local PipelineBuildPackage = {
ref: [ "refs/tags/**" ],
},
},
{
name: "publish-pypi",
image: "plugins/pypi",
pull: "always",
settings: {
username: { "from_secret": "pypi_username" },
password: { "from_secret": "pypi_password" },
repository: "https://upload.pypi.org/legacy/",
skip_build: true
},
when: {
ref: [ "refs/tags/**" ],
},
},
],
depends_on: [
"security",

View File

@ -154,20 +154,6 @@ steps:
ref:
- "refs/tags/**"
- name: publish-pypi
pull: always
image: plugins/pypi
settings:
password:
from_secret: pypi_password
repository: https://upload.pypi.org/legacy/
skip_build: true
username:
from_secret: pypi_username
when:
ref:
- "refs/tags/**"
trigger:
ref:
- refs/heads/master
@ -374,6 +360,6 @@ depends_on:
---
kind: signature
hmac: 83297de5a39e79df11e7ec50709f8e06702186b9e6286133985bf918cb22ce81
hmac: 9b8fd130a9d32ff9e8302b375eccc6d52572f3d218798d6153516c58a055c261
...