Skip to content

Commit a2f8098

Browse files
build: temporary avoid flit latest version (#3771)
* 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. * chore: adding changelog file 3771.dependencies.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 99a4b96 commit a2f8098

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: temporary avoid flit latest version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core >=3.2,<3.11"]
33
build-backend = "flit_core.buildapi"
44

55
[project]

0 commit comments

Comments
 (0)