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

remove extra dist-info folder causing issues when uploading to pypi #1646

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

AdamYoblick
Copy link
Member

@AdamYoblick AdamYoblick commented Aug 5, 2024

This extra folder is making PyPi think we are trying to upload to the bytecode project, which is breaking debugpy releases. I tried deleting the folder as a pipeline step before generating the wheels, but versioneer is too smart and marks the wheels as dirty, which also breaks the upload to PyPi.

So I'm deleting this folder here, then generating a new tag, then a new internal build, then trying the release again.

@AdamYoblick AdamYoblick requested a review from a team as a code owner August 5, 2024 22:40
@AdamYoblick AdamYoblick merged commit a68a804 into main Aug 5, 2024
17 of 19 checks passed
@AdamYoblick AdamYoblick deleted the remove_vendored_info branch August 5, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants