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 7910bae commit 1c75c90Copy full SHA for 1c75c90
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: 3
18
- name: Install dependencies
19
run: |
20
- pip install --upgrade 'pip<24.0' setuptools wheel twine
+ pip install --upgrade pip setuptools wheel twine
21
- name: Install ETA
22
23
pip install --no-deps -e .
pyproject.toml
@@ -1,3 +1,5 @@
1
+[build-system]
2
+requires = ["setuptools", "wheel"]
3
[tool.black]
4
line-length = 79
5
include = '\.pyi?$'
0 commit comments