Closed jwodder closed 3 years ago
Thanks for the updates! However, it is unclear to me why the CI would fail now? I reran the CI just now on the base commit, and it completed fine. I presently have no idea how PEP517 does influence this proposed change.
Merging #15 (ca31686) into master (0098853) will not change coverage. The diff coverage is
n/a
.:exclamation: Current head ca31686 differs from pull request most recent head a6e5add. Consider uploading reports for the commit a6e5add to get more accurate results
@@ Coverage Diff @@
## master #15 +/- ##
=======================================
Coverage 92.10% 92.10%
=======================================
Files 3 3
Lines 38 38
=======================================
Hits 35 35
Misses 3 3
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 0098853...a6e5add. Read the comment docs.
Reran CI after #17. Worked. Merged. Thx!
The project metadata indicates that the template is for Python 3 only; thus,
--universal
should not be passed tobdist_wheel
, as that option is only for projects that run on both Python 2 and Python 3.