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 3e12d09 commit 3292406Copy full SHA for 3292406
.github/workflows/wheels.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: '3.10'
21
22
- name: Install python dependencies
23
- run: pip install build twine
+ run: pip install --upgrade pip build twine
24
25
- name: Build sdist and wheel
26
run: |
0 commit comments