We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7a8ae commit 6cade44Copy full SHA for 6cade44
.github/workflows/main.yml
@@ -17,8 +17,8 @@ jobs:
17
cache: "pip"
18
- name: Install pypa/build
19
run: |
20
- python3 -m pip install --user pipx
21
- pipx install build@latest twine@latest
+ python3 -m pip upgrade
+ python3 -m pip install --user --upgrade build twine
22
build --version
23
twine --version
24
- name: Build a binary wheel and a source tarball
0 commit comments