| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -94,7 +94,7 @@ jobs: | |||
| 94 | 94 | python-version: '3.10' | |
| 95 | 95 | ||
| 96 | 96 | - name: install | |
| 97 | - run: pip install -U build twine setuptools | ||
| 97 | + run: make install | ||
| 98 | 98 | ||
| 99 | 99 | - name: build | |
| 100 | 100 | run: python -m build | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ black = black -S -l 120 --target-version py37 devtools docs/plugins.py | |||
| 4 | 4 | ||
| 5 | 5 | .PHONY: install | |
| 6 | 6 | install: | |
| 7 | - python -m pip install -U setuptools pip wheel twine | ||
| 7 | + python -m pip install -U setuptools pip wheel twine build | ||
| 8 | 8 | pip install -U -r requirements.txt | |
| 9 | 9 | pip install -e . | |
| 10 | 10 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments