Skip to content

Commit 93a1cee

Browse files
committed
Update PyPI deploy to use build
1 parent 8c81191 commit 93a1cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
python-version: 3.10.8
2323
- name: "Install building tools"
24-
run: pip install wheel
24+
run: pip install build
2525
- name: "Build package"
26-
run: python setup.py sdist bdist_wheel
26+
run: python -m build
2727
- name: "Publish distribution 📦 to Test PyPI"
2828
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:

0 commit comments

Comments
 (0)