Skip to content

Commit 0f8277f

Browse files
indicomachineuserSung Kim
andauthored
Update pipeline - Disable twine keyring (#421)
Co-authored-by: Sung Kim <sung.kim@indico.io>
1 parent bfab35b commit 0f8277f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.harness/publish_python_sdk.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ pipeline:
272272
shell: Sh
273273
command: |-
274274
#!/bin/bash
275+
export TWINE_DISABLE_KEYRING=1
276+
275277
TAG="<+codebase.tag>"
276278
apt-get update && apt-get install -y git
277279
git fetch origin tag $TAG
@@ -295,6 +297,8 @@ pipeline:
295297
shell: Sh
296298
command: |-
297299
#!/bin/bash
300+
export TWINE_DISABLE_KEYRING=1
301+
298302
TAG="<+codebase.tag>"
299303
apt-get update && apt-get install -y git
300304
git fetch origin tag $TAG

0 commit comments

Comments
 (0)