Skip to content

Commit 589beba

Browse files
committed
fix: Fix publish workflow
1 parent 0aa5bb8 commit 589beba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
python-version: '3.x'
2727
- name: Install dependencies and Build
2828
run: |
29-
python -m pip install --upgrade pip
3029
python setup.py sdist bdist_wheel
3130
- name: Publish package distributions to PyPI
3231
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)