We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e909079 commit 5b64b8cCopy full SHA for 5b64b8c
.github/workflows/cd.yml
@@ -15,13 +15,13 @@ jobs:
15
# Sets up python
16
- uses: actions/setup-python@v2
17
with:
18
- python-version: 3.7
+ python-version: 3.12
19
20
# Install dependencies
21
- name: "Installs dependencies"
22
run: |
23
python3 -m pip install --upgrade pip
24
- python3 -m pip install setuptools wheel twine
+ python3 -m pip install setuptools twine
25
python3 -m pip install .
26
27
# Build and upload to PyPI
0 commit comments