Skip to content

Commit a6ef38f

Browse files
committed
fix typo in pip upgrade command
1 parent 62f9472 commit a6ef38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install --uprgrade setuptools wheel twine
25+
pip install --upgrade setuptools wheel twine
2626
- name: Create GitHub release
2727
id: create_release
2828
uses: actions/create-release@v1

0 commit comments

Comments
 (0)