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 607d4d5 commit 1658f8eCopy full SHA for 1658f8e
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install setuptools wheel "blessed>=1.5" cwcwidth pyte pytest
+ pip install build setuptools "blessed>=1.5" cwcwidth pyte pytest
33
- name: Build with Python ${{ matrix.python-version }}
34
35
python -m build -n .
0 commit comments