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 b464e13 commit 83d5679Copy full SHA for 83d5679
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build
34
run: |
35
python -m venv venv
36
- venv/bin/pip install --uprade pip
+ venv/bin/pip install --upgrade pip
37
venv/bin/pip install build
38
python -m build --outdir/ dist
39
- uses: actions/upload-artifact@v4
0 commit comments