Skip to content

Commit 8d4640e

Browse files
committed
Switch to modern build
1 parent 7d30f61 commit 8d4640e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install test dependencies
2323
run: |
24-
python -m pip install --upgrade pip wheel
24+
python -m pip install --upgrade pip wheel build
2525
python -m pip install -r requirements-dev.txt
2626
- name: Temporary installation
2727
run: python -m pip install -e .
@@ -33,7 +33,7 @@ jobs:
3333
mypy docstring_to_markdown
3434
- name: Build package
3535
run: |
36-
python setup.py sdist bdist_wheel
36+
python -m build
3737
- name: Install package
3838
run: python -m pip install --find-links=dist --no-index --ignore-installed docstring_to_markdown
3939
- name: Pip check

0 commit comments

Comments
 (0)