Skip to content

Commit ace61e8

Browse files
Add pip to run
1 parent 86efc6f commit ace61e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install setuptools wheel twine
24-
pip install --upgrade pip wheel
2524
- name: Build and publish
2625
env:
2726
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2827
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2928
run: |
29+
pip install --upgrade pip wheel
3030
python setup.py sdist bdist_wheel
3131
twine upload dist/*

0 commit comments

Comments
 (0)