Rename project "pyomo" in setup.py [PEP 625]#3430
Conversation
|
I kicked off the wheel builder GHA workflow on this branch: https://github.com/blnicho/pyomo/actions/runs/11903047078 I'm not really sure how to check if these wheels satisfy PEP 625 or if we still need this PR since PyPI reverted the strict enforcement of the PEP. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3430 +/- ##
==========================================
+ Coverage 88.66% 88.71% +0.04%
==========================================
Files 882 882
Lines 100623 100623
==========================================
+ Hits 89216 89265 +49
+ Misses 11407 11358 -49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Closing this until it becomes a real problem again. |
|
PyPI is now issuing warnings that they will start enforcing PEP625 "soon". |
Fixes # .
Summary/Motivation:
PyPI is rejecting Pyomo wheels because the project name was capitalized. This resolves that error.
Changes proposed in this PR:
Legal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: