Skip to content

Commit fcc5cbd

Browse files
committed
CI: build with build
1 parent 8f251fe commit fcc5cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install setuptools wheel "blessed>=1.5" cwcwidth pyte pytest
3333
- name: Build with Python ${{ matrix.python-version }}
3434
run: |
35-
python setup.py build
35+
python -m build -n .
3636
- name: Test with pytest
3737
run: |
3838
pytest -s --doctest-modules ./curtsies ./tests

0 commit comments

Comments
 (0)