Skip to content

Commit 29f249a

Browse files
Upgrade
1 parent 892637f commit 29f249a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
python-version: '3.7'
2020
- name: Install dependencies
2121
run: |
22-
python -m pip install --upgrade pip
23-
pip install setuptools wheel twine --upgrade --force
22+
python -m pip3 install --upgrade pip
23+
pip3 install setuptools wheel twine --upgrade --force
2424
- name: Build and publish
2525
env:
2626
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2727
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2828
run: |
29-
python setup.py sdist bdist_wheel
29+
python3 setup.py sdist bdist_wheel
3030
twine upload dist/*

0 commit comments

Comments
 (0)