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

consolidate build workflow #1802

Merged

Conversation

zacharyburnett
Copy link
Member

@zacharyburnett zacharyburnett commented Jul 15, 2024

closes #1763

Description

run build.yml on pull requests as part of the CI, and include import tests on the built wheel. Upon being triggered by a release, also upload to PyPI

Checklist:

  • pre-commit checks ran successfully
  • tests ran successfully
  • for a public change, a changelog entry was added
  • for a public change, documentation was updated
  • for any new features, unit tests were added

@zacharyburnett zacharyburnett self-assigned this Jul 15, 2024
@zacharyburnett zacharyburnett changed the title Ci/consolidate build workflow consolidate build workflow Jul 15, 2024
@zacharyburnett zacharyburnett marked this pull request as ready for review July 15, 2024 18:18
@zacharyburnett zacharyburnett requested a review from a team as a code owner July 15, 2024 18:18
@zacharyburnett zacharyburnett force-pushed the ci/consolidate_build_workflow branch from 2ff3699 to df1ac04 Compare July 15, 2024 19:51
@zacharyburnett zacharyburnett force-pushed the ci/consolidate_build_workflow branch from df1ac04 to c750571 Compare July 15, 2024 19:53
.github/workflows/build.yml Outdated Show resolved Hide resolved
Co-authored-by: Brett Graham <[email protected]>
Copy link
Contributor

@braingram braingram left a comment

Choose a reason for hiding this comment

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

Thanks!

@braingram braingram merged commit 1b046e7 into asdf-format:main Jul 16, 2024
34 checks passed
@zacharyburnett zacharyburnett deleted the ci/consolidate_build_workflow branch July 16, 2024 13:37
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.

Combine package and build workflows
2 participants