Skip to content

Commit

Permalink
Use build
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 19, 2024
1 parent 747d25c commit 4e3f88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mypy ipython_markdown_inspector
- name: Build package
run: |
python setup.py sdist bdist_wheel
python -m build
- name: Install package
run: python -m pip install --find-links=dist --no-index --ignore-installed ipython_markdown_inspector
- name: Pip check
Expand Down

0 comments on commit 4e3f88b

Please sign in to comment.