build: temporary avoid flit latest version#3771
Conversation
Temporary avoid using the latest version of flit due to issues when releasing to PyPI with https://github.com/pypa/gh-action-pypi-publish. The problem comes from the new metadata format used to release and the fact the version of `pypa/gh-action-pypi-publish` we are using is not compatible with is. However, using a newer version is a problem, see ansys/actions#687 for more information on the blocking changes.
|
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3771 +/- ##
==========================================
- Coverage 88.40% 88.35% -0.05%
==========================================
Files 187 187
Lines 14717 14717
==========================================
- Hits 13010 13003 -7
- Misses 1707 1714 +7 |
|
@germa89 I don't think the current error (see below) is related to my changes, any idea of why this would have appeared ?
|
|
Thank you @SMoraisAnsys for this PR! It comes in the right hour!
That is a typical flaky test in PyMAPDL. I have a branch that aims to fix it but for the moment, I will just rerun/merge this :) |
Description
Temporary avoid using the latest version of flit due to issues when releasing to PyPI with https://github.com/pypa/gh-action-pypi-publish. The problem comes from the new metadata format used to release and the fact the version of
pypa/gh-action-pypi-publishwe are using is not compatible with is. However, using a newer version is a problem, see ansys/actions#687 for more information on the blocking changes.Issue linked
None
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)