From 041c71d37be61148634cdb6189db1904d6781316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Thu, 27 Feb 2025 08:26:41 +0100 Subject: [PATCH 1/2] build: temporary avoid flit latest version 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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3caec9182..ff2b4ca4d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit_core >=3.2,<4"] +requires = ["flit_core >=3.2,<3.11"] build-backend = "flit_core.buildapi" [project] From 526cfbefacc20e8c58e1149dfc72c1f21abf120b Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:28:35 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3771.dependencies.md [dependabot-skip] --- doc/changelog.d/3771.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3771.dependencies.md diff --git a/doc/changelog.d/3771.dependencies.md b/doc/changelog.d/3771.dependencies.md new file mode 100644 index 0000000000..6439ff4fa4 --- /dev/null +++ b/doc/changelog.d/3771.dependencies.md @@ -0,0 +1 @@ +build: temporary avoid flit latest version \ No newline at end of file