Skip to content

Missed a spot for the PEP-625 fix. - #989

Closed
ggainey wants to merge 1 commit into
pulp:mainfrom
ggainey:pep_625_2
Closed

Missed a spot for the PEP-625 fix.#989
ggainey wants to merge 1 commit into
pulp:mainfrom
ggainey:pep_625_2

Conversation

@ggainey

@ggainey ggainey commented Oct 21, 2025

Copy link
Copy Markdown
Contributor

No description provided.

pedro-psb
pedro-psb previously approved these changes Oct 21, 2025
rm -rf "{{ plugin.name | snake }}-client"
rm -rf "{{ plugin.name | snake }}_client"

./gen-client.sh "../{{ plugin_name }}/{{ plugin.app_label }}-api.json" "{{ plugin.app_label }}" python "{{ plugin.name | snake }}"

@pedro-psb pedro-psb Oct 21, 2025

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The pulp-openapi-generator generates the client code in a dir named "{{ plugin.name | snake }}-client". Here.

I'm not saying we must update it there, because I understand that the problem is with the python built artifact (source distribution tar) name. And I don't think this dir name affects the artifact name, I don't know.

Anyway, those are two different things.

@dralley

dralley commented Oct 21, 2025

Copy link
Copy Markdown
Contributor

As a debugging step it might be useful to ls dist/ right before the twine check

@ggainey

ggainey commented Oct 21, 2025

Copy link
Copy Markdown
Contributor Author

On hold - prob will close in favor of #990

@ggainey
ggainey marked this pull request as draft October 21, 2025 18:09
@ggainey

ggainey commented Oct 21, 2025

Copy link
Copy Markdown
Contributor Author

#990 works great - closing

@ggainey ggainey closed this Oct 21, 2025
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.

3 participants