Skip to content

Commit 347c1a6

Browse files
committed
Use build to create package
1 parent a88a068 commit 347c1a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
pytest --cov=httpx_auth --cov-fail-under=100 --cov-report=term-missing
2929
- name: Create packages
3030
run: |
31-
python -m pip install wheel
32-
python setup.py sdist bdist_wheel
31+
python -m pip install build
32+
python -m build .
3333
- name: Publish packages
3434
run: |
3535
python -m pip install twine

0 commit comments

Comments
 (0)