We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfab35b commit 0f8277fCopy full SHA for 0f8277f
1 file changed
.harness/publish_python_sdk.yaml
@@ -272,6 +272,8 @@ pipeline:
272
shell: Sh
273
command: |-
274
#!/bin/bash
275
+ export TWINE_DISABLE_KEYRING=1
276
+
277
TAG="<+codebase.tag>"
278
apt-get update && apt-get install -y git
279
git fetch origin tag $TAG
@@ -295,6 +297,8 @@ pipeline:
295
297
296
298
299
300
301
302
303
304
0 commit comments