Skip to content

Commit 665ac66

Browse files
committed
-U
1 parent 2f95591 commit 665ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: twine check dist/*
3232
- name: Install package
3333
run: |
34-
pip install -u pip
34+
pip install -U pip
3535
pip install dist/*.tar.gz
3636
3737
# We do this, since failures on test.pypi aren't that bad

0 commit comments

Comments
 (0)