Skip to content

Commit

Permalink
Use python -m build to build distributions (#11119)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
  • Loading branch information
harupy committed Feb 15, 2024
1 parent 5940ca3 commit 7011900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package-build.yml
Expand Up @@ -67,13 +67,13 @@ jobs:
- name: Install dependencies
run: |
pip install wheel twine
pip install build twine
- name: Build distribution files
id: build-dist
run: |
# Build distribution files
python setup.py sdist bdist_wheel
python -m build --sdist --wheel .
# List distribution files and check their file sizes
ls -lh dist
Expand Down

0 comments on commit 7011900

Please sign in to comment.