Skip to content

Commit

Permalink
Merge pull request #79 from mercadopago/fix/adjust-cd
Browse files Browse the repository at this point in the history
[Fix] Install build dependency
  • Loading branch information
renanneri01 authored Jun 27, 2024
2 parents b28c8dd + 29b9549 commit 4dc978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "Installs dependencies"
run: |
python3 -m pip install --upgrade pip
python3 -m pip install setuptools twine
python3 -m pip install setuptools build twine
python3 -m pip install .
# Build and upload to PyPI
Expand Down

0 comments on commit 4dc978c

Please sign in to comment.