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 4a39fdd commit 0a7a8aeCopy full SHA for 0a7a8ae
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install pypa/build
19
run: |
20
python3 -m pip install --user pipx
21
- pipx install --upgrade build twine
+ pipx install build@latest twine@latest
22
build --version
23
twine --version
24
- name: Build a binary wheel and a source tarball
0 commit comments