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

Roll out Python wheel build and publishing #926

Merged
merged 4 commits into from
Sep 8, 2023
Merged

Roll out Python wheel build and publishing #926

merged 4 commits into from
Sep 8, 2023

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Sep 7, 2023

Fixes #897

As part of https://github.com/pulumi/home/issues/2883 we are enabling:

  • generating pyproject.toml instead of setup.py
  • building wheels alongside source distributions
  • making sure both wheels and source distributions are published on pypi

If all goes well this feature-* PR should result in a PyPI version that can be checked to have both sdist and wheel distros published.

@t0yv0 t0yv0 added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Sep 7, 2023
@t0yv0 t0yv0 requested a review from a team September 7, 2023 20:46
@github-actions
Copy link

github-actions bot commented Sep 7, 2023

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@iwahbe
Copy link
Member

iwahbe commented Sep 7, 2023

Looks like there was some SDK drift.

@github-actions
Copy link

github-actions bot commented Sep 7, 2023

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@t0yv0
Copy link
Member Author

t0yv0 commented Sep 7, 2023

Actually the right thing to do here is probably fixup #925 and land it first, and then do this on top cleanly. I'll try to do that.

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@t0yv0
Copy link
Member Author

t0yv0 commented Sep 8, 2023

https://pypi.org/project/pulumi-google-native/0.31.2a1694203469/#files wheels in evidence! It's working.

@t0yv0 t0yv0 merged commit 94134f1 into master Sep 8, 2023
28 checks passed
@t0yv0 t0yv0 deleted the feature-wheels branch September 8, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[codegen] - Enable generating pyproject.toml files in order to publish Python wheels
3 participants