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

Add publish to PyPI Github action #867

Merged
merged 8 commits into from
Mar 22, 2023

Conversation

vinnamkim
Copy link
Contributor

@vinnamkim vinnamkim commented Mar 20, 2023

Summary

  • Automatically publish the package to PyPI when a release event occurs.

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have added the description of my changes into CHANGELOG.​
  • I have updated the documentation accordingly

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT

Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim changed the title Infra/add publish to pypi action Add publish to PyPI GH action Mar 20, 2023
@vinnamkim vinnamkim changed the title Add publish to PyPI GH action Add publish to PyPI Github action Mar 20, 2023
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
@vinnamkim vinnamkim force-pushed the infra/add-publish-to-pypi-action branch from ea8dba7 to 8cf7907 Compare March 20, 2023 05:36
@vinnamkim vinnamkim added this to the 1.1.0 milestone Mar 20, 2023
@vinnamkim vinnamkim added the CI Any changes in CI setting label Mar 20, 2023
@vinnamkim vinnamkim marked this pull request as ready for review March 20, 2023 05:40
@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (fc7f607) 78.49% compared to head (8cf7907) 78.49%.

Additional details and impacted files
@@               Coverage Diff               @@
##           releases/1.1.0     #867   +/-   ##
===============================================
  Coverage           78.49%   78.49%           
===============================================
  Files                 206      206           
  Lines               24939    24939           
  Branches             5007     5007           
===============================================
  Hits                19577    19577           
  Misses               4236     4236           
  Partials             1126     1126           
Flag Coverage Δ
macos-11_Python-3.8 77.48% <ø> (ø)
ubuntu-20.04_Python-3.8 78.49% <ø> (ø)
windows-2019_Python-3.8 78.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@wonjuleee wonjuleee left a comment

Choose a reason for hiding this comment

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

Good for automation :)

@vinnamkim vinnamkim merged commit f75b68e into releases/1.1.0 Mar 22, 2023
@vinnamkim vinnamkim deleted the infra/add-publish-to-pypi-action branch March 22, 2023 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Any changes in CI setting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants