Skip to content

Commit fe1cac9

Browse files
committed
fix deploy
1 parent b4c4275 commit fe1cac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
python-version: '3.10'
9595

9696
- name: install
97-
run: pip install -U build twine setuptools
97+
run: make install
9898

9999
- name: build
100100
run: python -m build

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ black = black -S -l 120 --target-version py37 devtools docs/plugins.py
44

55
.PHONY: install
66
install:
7-
python -m pip install -U setuptools pip wheel twine
7+
python -m pip install -U setuptools pip wheel twine build
88
pip install -U -r requirements.txt
99
pip install -e .
1010

0 commit comments

Comments
 (0)