Skip to content

Commit b4b0298

Browse files
authored
build and publish wheel (platformio#5088)
1 parent 841489c commit b4b0298

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install tox wheel
27+
pip install tox build
2828
2929
- name: Deployment Tests
3030
env:
@@ -34,9 +34,8 @@ jobs:
3434
run: |
3535
tox -e testcore
3636
37-
- name: Build Python source tarball
38-
# run: python setup.py sdist bdist_wheel
39-
run: python setup.py sdist
37+
- name: Build Python distributions
38+
run: python -m build
4039

4140
- name: Publish package to PyPI
4241
if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)