We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8445d7 commit 81cb542Copy full SHA for 81cb542
.github/workflows/claim-pypi-name.yaml
@@ -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.
5
name: Build Placeholder PyPI Packages
6
7
on:
8
+ workflow_dispatch:
9
schedule:
- # At 3AM UTC
- # Running this every night strikes a good balance between claiming names fast without spamming PyPI with requests.
- - 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 * * *"
13
14
defaults:
15
run:
0 commit comments