Skip to content

Commit 1c75c90

Browse files
committed
add build requirements
1 parent 7910bae commit 1c75c90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: 3
1818
- name: Install dependencies
1919
run: |
20-
pip install --upgrade 'pip<24.0' setuptools wheel twine
20+
pip install --upgrade pip setuptools wheel twine
2121
- name: Install ETA
2222
run: |
2323
pip install --no-deps -e .

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel"]
13
[tool.black]
24
line-length = 79
35
include = '\.pyi?$'

0 commit comments

Comments
 (0)