Skip to content

Commit f9fb176

Browse files
authored
ci update
1 parent 57a3dfc commit f9fb176

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_install-pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Check package
1919
run: |
20-
pip install check-manifest
20+
pip install -U check-manifest setuptools
2121
check-manifest
2222
python setup.py check --metadata --strict
2323
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Create package
4949
run: |
50-
pip install setuptools wheel
50+
pip install -U setuptools wheel
5151
python setup.py sdist bdist_wheel
5252
5353
- name: Try installing

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 = ["setuptools>76.0", "wheel"]
2+
requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)