Skip to content

Commit c1670a2

Browse files
committed
added twine to venv prepare
1 parent 794fb8d commit c1670a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ audacity-restart: audacity-kill audacity-start
187187
##----
188188
venv-prepare: ## Create a Python virtual environment with venv
189189
python -m venv ${VENV_DIR_PATH} && \
190-
python -m pip install -U pip wheel setuptools build && \
190+
python -m pip install -U pip wheel setuptools build twine && \
191191
ls ${VENV_DIR_PATH}
192192

193193
venv-install: ## Install Python packages

0 commit comments

Comments
 (0)