Skip to content

Commit

Permalink
add build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Feb 12, 2024
1 parent 7910bae commit 1c75c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3
- name: Install dependencies
run: |
pip install --upgrade 'pip<24.0' setuptools wheel twine
pip install --upgrade pip setuptools wheel twine
- name: Install ETA
run: |
pip install --no-deps -e .
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
[tool.black]
line-length = 79
include = '\.pyi?$'
Expand Down

0 comments on commit 1c75c90

Please sign in to comment.