Skip to content

Commit 0a7a8ae

Browse files
committed
try using @latest
1 parent 4a39fdd commit 0a7a8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install pypa/build
1919
run: |
2020
python3 -m pip install --user pipx
21-
pipx install --upgrade build twine
21+
pipx install build@latest twine@latest
2222
build --version
2323
twine --version
2424
- name: Build a binary wheel and a source tarball

0 commit comments

Comments
 (0)