Skip to content

Commit

Permalink
ci: update package creation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felixscherz committed Feb 20, 2024
1 parent 940bfeb commit 3be7d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
pytest --cov=pytest_httpx --cov-fail-under=100 --cov-report=term-missing --runpytest=subprocess
- name: Test packages creation
run: |
python -m pip install wheel setuptools
python setup.py sdist bdist_wheel
python -m pip install build
python -m build

0 comments on commit 3be7d41

Please sign in to comment.