We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09686 commit bbdf908Copy full SHA for bbdf908
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: "3.10"
16
- name: Install dependencies
17
run: |
18
- python --versions
+ python --version
19
python -m pip install --upgrade pip
20
pip install setuptools wheel twine
21
- name: Build and publish
0 commit comments