Skip to content

Commit 83d5679

Browse files
authored
Update ci.yml
1 parent b464e13 commit 83d5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
run: |
3535
python -m venv venv
36-
venv/bin/pip install --uprade pip
36+
venv/bin/pip install --upgrade pip
3737
venv/bin/pip install build
3838
python -m build --outdir/ dist
3939
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)