We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90ba42 commit 6e5068cCopy full SHA for 6e5068c
.github/workflows/publish_connectors.yml
@@ -45,6 +45,7 @@ jobs:
45
subcommand: "connectors --concurrency=1 --execute-timeout=3600 --metadata-changes-only publish --main-release"
46
python_registry_token: ${{ secrets.PYPI_TOKEN }}
47
max_attempts: 2
48
+ retry_wait_seconds: 600 # 10 minutes
49
50
- name: Publish connectors [manual]
51
id: publish-connectors
0 commit comments