Skip to content

Commit 81cb542

Browse files
committed
add comment with motivation; allow workflow to be triggered manually
1 parent d8445d7 commit 81cb542

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/claim-pypi-name.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
# This workflow claims package names on PyPI for our integrations by publishing empty packages.
2+
# The working packages can be found here:
3+
# https://dd-integrations-core-wheels-build-stable.datadoghq.com/targets/simple/index.html
4+
# This is a work-around until PyPI adds support for namespaces and we claim an entire namespace for Datadog.
15
name: Build Placeholder PyPI Packages
26

37
on:
8+
workflow_dispatch:
49
schedule:
5-
# At 3AM UTC
6-
# Running this every night strikes a good balance between claiming names fast without spamming PyPI with requests.
7-
- cron: "0 3 * * *"
10+
# At 3AM UTC
11+
# Running this every night strikes a good balance between claiming names fast without spamming PyPI with requests.
12+
- cron: "0 3 * * *"
813

914
defaults:
1015
run:

0 commit comments

Comments
 (0)