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 8f251fe commit fcc5cbdCopy full SHA for fcc5cbd
.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
32
pip install setuptools wheel "blessed>=1.5" cwcwidth pyte pytest
33
- name: Build with Python ${{ matrix.python-version }}
34
run: |
35
- python setup.py build
+ python -m build -n .
36
- name: Test with pytest
37
38
pytest -s --doctest-modules ./curtsies ./tests
0 commit comments