Skip to content

Commit b28c8dd

Browse files
authored
Merge pull request #78 from mercadopago/fix/adjust-cd
[Fix] Adjust in CD file
2 parents e909079 + 5b64b8c commit b28c8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
# Sets up python
1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.7
18+
python-version: 3.12
1919

2020
# Install dependencies
2121
- name: "Installs dependencies"
2222
run: |
2323
python3 -m pip install --upgrade pip
24-
python3 -m pip install setuptools wheel twine
24+
python3 -m pip install setuptools twine
2525
python3 -m pip install .
2626
2727
# Build and upload to PyPI

0 commit comments

Comments
 (0)