Skip to content

Commit 0848641

Browse files
committed
Specify -U flag
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 3974774 commit 0848641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-python@v5
3636

3737
- name: Install cibuildwheel, twine, pkginfo, and packaging
38-
run: python -m pip install cibuildwheel twine pkginfo packaging
38+
run: python -m pip install -U cibuildwheel twine pkginfo packaging
3939

4040
- name: Build wheels
4141
env:

0 commit comments

Comments
 (0)