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 push to the Python Package Index #387

Merged
merged 3 commits into from
Jun 8, 2022
Merged

Conversation

eytanadler
Copy link
Collaborator

Purpose

This will enable people to install OpenAeroStruct with pip install openaerostruct

Expected time until merged

1 day

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (non-backwards-compatible fix or feature)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Documentation update
  • Maintenance update
  • Other (please describe)

Testing

Checklist

  • I have run flake8 and black to make sure the code adheres to PEP-8 and is consistently formatted
  • I have run unit and regression tests which pass locally with my changes
  • I have added new tests that prove my fix is effective or that my feature works
  • I have added necessary documentation

@eytanadler eytanadler requested a review from a team as a code owner June 8, 2022 14:28
@ewu63
Copy link
Collaborator

ewu63 commented Jun 8, 2022

We should also update:

  • installation docs
  • README to add the pyPI badge

@codecov
Copy link

codecov bot commented Jun 8, 2022

Codecov Report

Merging #387 (9658c3f) into main (d30e262) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #387   +/-   ##
=======================================
  Coverage   96.63%   96.63%           
=======================================
  Files          93       93           
  Lines        6009     6009           
=======================================
  Hits         5807     5807           
  Misses        202      202           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@eytanadler eytanadler merged commit a37f263 into mdolab:main Jun 8, 2022
@kanekosh kanekosh mentioned this pull request Aug 2, 2022
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.

None yet

2 participants