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 5c4b7f2 commit b3a7f30Copy full SHA for b3a7f30
.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 --user build twine packaging>=25.0
+ python3 -m pip install 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