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.
--user
1 parent b3a7f30 commit fe406a9Copy full SHA for fe406a9
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
# We need a recent version of `packaging`, otherwise we encounter this bug:
18
# https://github.com/pypa/twine/issues/1216
19
run: |
20
- python3 -m pip install build twine packaging>=25.0
+ python3 -m pip install --upgrade --user build twine packaging>=25.0
21
python3 -m pip freeze
22
- name: Build a binary wheel and a source tarball
23
run: python3 -m build
0 commit comments