Skip to content

Commit 0d52e98

Browse files
committed
upload cert manager, it's been unblocked
1 parent ace4b04 commit 0d52e98

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/scripts/build_placeholders.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ for file_or_subdir in *; do
1111
pyproject="${file_or_subdir}/pyproject.toml"
1212
if [[ -f "${pyproject}" ]]; then
1313
pypi_pkg_name=$(python -c "import tomllib, pathlib; contents = pathlib.Path('${pyproject}').read_text(); data = tomllib.loads(contents); print(data['project']['name'])")
14-
# Remove these clauses when they become unblocked.
15-
if [[ "${pypi_pkg_name}" = "datadog-cert-manager" ]]; then
16-
echo "Skipping ${pypi_pkg_name} until it gets unblocked on PyPI"
17-
continue
18-
fi
1914
# multiline strings are sensitive to indentation, so we must unindent the following command
2015
cat <<EOF > pkg_placeholder/pyproject.toml
2116
[build-system]

0 commit comments

Comments
 (0)