We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a3dfc commit f9fb176Copy full SHA for f9fb176
.github/workflows/ci_install-pkg.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Check package
19
run: |
20
- pip install check-manifest
+ pip install -U check-manifest setuptools
21
check-manifest
22
python setup.py check --metadata --strict
23
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Create package
49
50
- pip install setuptools wheel
+ pip install -U setuptools wheel
51
python setup.py sdist bdist_wheel
52
53
- name: Try installing
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>76.0", "wheel"]
+requires = ["setuptools", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.pytest.ini_options]
0 commit comments