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 7d30f61 commit 8d4640eCopy full SHA for 8d4640e
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Install test dependencies
23
run: |
24
- python -m pip install --upgrade pip wheel
+ python -m pip install --upgrade pip wheel build
25
python -m pip install -r requirements-dev.txt
26
- name: Temporary installation
27
run: python -m pip install -e .
@@ -33,7 +33,7 @@ jobs:
33
mypy docstring_to_markdown
34
- name: Build package
35
36
- python setup.py sdist bdist_wheel
+ python -m build
37
- name: Install package
38
run: python -m pip install --find-links=dist --no-index --ignore-installed docstring_to_markdown
39
- name: Pip check
0 commit comments