Skip to content

add wheel to build, include a requirements_dev.txt and document - #35

Merged
LSYS merged 2 commits into
LSYS:mainfrom
shapiromatron:wheel
Nov 1, 2022
Merged

add wheel to build, include a requirements_dev.txt and document#35
LSYS merged 2 commits into
LSYS:mainfrom
shapiromatron:wheel

Conversation

@shapiromatron

Copy link
Copy Markdown
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

codecovBot commented Oct 31, 2022

Copy link
Copy Markdown

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.

Comment thread.github/workflows/CI.yml Outdated
@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed! Quality Gate passed

BugA0 Bugs
VulnerabilityA0 Vulnerabilities
Security HotspotA0 Security Hotspots
Code SmellA0 Code Smells

No Coverage information No Coverage information
0.0%0.0% Duplication

@LSYS
LSYS merged commit d7ec65c into LSYS:mainNov 1, 2022
Sign up for freeto 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

@shapiromatron@LSYS