Skip to content

Commit 4dc978c

Browse files
authored
Merge pull request #79 from mercadopago/fix/adjust-cd
[Fix] Install build dependency
2 parents b28c8dd + 29b9549 commit 4dc978c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Installs dependencies"
2222
run: |
2323
python3 -m pip install --upgrade pip
24-
python3 -m pip install setuptools twine
24+
python3 -m pip install setuptools build twine
2525
python3 -m pip install .
2626
2727
# Build and upload to PyPI

0 commit comments

Comments
 (0)