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 wheel to build, include a requirements_dev.txt and document #35

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

shapiromatron
Copy link
Contributor

Add a wheel to the build command so that that pypi will have a wheel instead of just a source package; fixes #32.

To build a wheel, I needed to pip install the wheel package, but didn't find a consistent place to put this. Therefore, I added a requirements_dev.txt file and documented its use. Its more than you were asking for with this PR, but I think it'll make it easy to more consistently add developer requirements.

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Merging #35 (a8af210) into main (3d4f8e9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #35   +/-   ##
=======================================
  Coverage   97.75%   97.75%           
=======================================
  Files          11       11           
  Lines        1070     1070           
=======================================
  Hits         1046     1046           
  Misses         24       24           

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

.github/workflows/CI.yml Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Nov 1, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@LSYS LSYS merged commit d7ec65c into LSYS:main Nov 1, 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.

add a wheel to pypi in addition to a tar.gz file
2 participants