Skip to content

Commit 6cade44

Browse files
committed
fallback to pip
1 parent 0a7a8ae commit 6cade44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
cache: "pip"
1818
- name: Install pypa/build
1919
run: |
20-
python3 -m pip install --user pipx
21-
pipx install build@latest twine@latest
20+
python3 -m pip upgrade
21+
python3 -m pip install --user --upgrade build twine
2222
build --version
2323
twine --version
2424
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)