We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f95591 commit 665ac66Copy full SHA for 665ac66
.github/workflows/release-pypi.yml
@@ -31,7 +31,7 @@ jobs:
31
run: twine check dist/*
32
- name: Install package
33
run: |
34
- pip install -u pip
+ pip install -U pip
35
pip install dist/*.tar.gz
36
37
# We do this, since failures on test.pypi aren't that bad
0 commit comments