Skip to content

Commit 5b64b8c

Browse files
committed
Adjust in CD
1 parent e909079 commit 5b64b8c

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)