Skip to content

Commit 3d6cb1a

Browse files
.
1 parent 29f249a commit 3d6cb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.7'
2020
- name: Install dependencies
2121
run: |
22-
python -m pip3 install --upgrade pip
22+
python -m pip install --upgrade pip
2323
pip3 install setuptools wheel twine --upgrade --force
2424
- name: Build and publish
2525
env:

0 commit comments

Comments
 (0)