Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Claim all existing packages on pypi #17580

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

iliakur
Copy link
Contributor

@iliakur iliakur commented May 16, 2024

What does this PR do?

Add a script and github action to claim PyPI names for all packages present in this repo.

We do this by building an empty wheel for each subdirectory we find with a pyproject.toml file.
We then publish the wheel to PyPI, thus claiming the names.

To be more specific, we will enable the github action to push the packages to PyPI while the PR is open. Once we upload all the packages, we will convert the action to run every night and upload only the new packages.

Motivation

Additional Notes

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Changelog entries must be created for modifications to shipped code
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

Copy link
Contributor

@cedricvanrompay-datadog cedricvanrompay-datadog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

vivek-datadog
vivek-datadog previously approved these changes May 16, 2024
ofek
ofek previously approved these changes May 16, 2024
Copy link
Contributor

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, and I know it works since we were pair programming yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants