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 test for building sdist and wheel packages #536

Merged
merged 1 commit into from
Jun 19, 2022

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Jun 18, 2022

This CI workflow essentially checks python -m build to see if it builds sdist and wheel packages.

- name: Check packages
shell: bash
run: |
twine check dist/*
Copy link
Member

Choose a reason for hiding this comment

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

Do you think that the --strict flag would add any value here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, planning to enable it after #534, otherwise the current warnings will fail the workflow.

@snowman2
Copy link
Member

This will be nice to have, thanks 👍

@codecov
Copy link

codecov bot commented Jun 18, 2022

Codecov Report

Merging #536 (129462c) into master (39c9189) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #536   +/-   ##
=======================================
  Coverage   96.22%   96.22%           
=======================================
  Files          13       13           
  Lines        1591     1591           
=======================================
  Hits         1531     1531           
  Misses         60       60           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39c9189...129462c. Read the comment docs.

@snowman2 snowman2 merged commit 964a0b3 into corteva:master Jun 19, 2022
@snowman2
Copy link
Member

Thanks @mwtoews 👍

@mwtoews mwtoews deleted the ci-build branch June 19, 2022 01:27
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.

2 participants