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

ci: add upload to build artifacts and push once together to pypi #71

Merged
merged 16 commits into from
Nov 28, 2024

Conversation

dolfim-ibm
Copy link
Contributor

@dolfim-ibm dolfim-ibm commented Nov 27, 2024

Resolves #67.
Resolves #68.

In this PR we apply the following changes

  1. Packages are first saved in the CI build artifacts, and then pushed to pypi all together.
    • these wheels will be saved also in PRs, so we can download them and try locally
  2. We use the new pypi trusted publishers option for pushing to pypi
  3. Packages are signed and published also as the GH release attachments
  4. Mac releases now support 10.13+ with a single wheel

Signed-off-by: Michele Dolfi <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
Signed-off-by: Michele Dolfi <[email protected]>
@dolfim-ibm dolfim-ibm marked this pull request as ready for review November 28, 2024 09:51
Copy link
Contributor

@PeterStaar-IBM PeterStaar-IBM left a comment

Choose a reason for hiding this comment

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

Nice!!

@dolfim-ibm dolfim-ibm merged commit 7706471 into main Nov 28, 2024
32 checks passed
@dolfim-ibm dolfim-ibm deleted the ci-use-staged-artifacts branch November 28, 2024 11:16
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.

Reduce number of mac builds Improve CI flow
2 participants