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 b4c4275 commit fe1cac9Copy full SHA for fe1cac9
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
python-version: '3.10'
95
96
- name: install
97
- run: pip install -U build twine setuptools
+ run: make install
98
99
- name: build
100
run: python -m build
Makefile
@@ -4,7 +4,7 @@ black = black -S -l 120 --target-version py37 devtools docs/plugins.py
4
5
.PHONY: install
6
install:
7
- python -m pip install -U setuptools pip wheel twine
+ python -m pip install -U setuptools pip wheel twine build
8
pip install -U -r requirements.txt
9
pip install -e .
10
0 commit comments