We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f249a commit 3d6cb1aCopy full SHA for 3d6cb1a
.github/workflows/python-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: '3.7'
20
- name: Install dependencies
21
run: |
22
- python -m pip3 install --upgrade pip
+ python -m pip install --upgrade pip
23
pip3 install setuptools wheel twine --upgrade --force
24
- name: Build and publish
25
env:
0 commit comments