Skip to content

Commit

Permalink
👷 Use python -m build
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed May 29, 2024
1 parent 918d2b4 commit da10399
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: 🏗 Install build dependencies
run: >-
python -m pip install setuptools wheel --user
- name: 🔨 Build a binary wheel and a source tarball
run: >-
python setup.py sdist bdist_wheel
run: |
pip install --user --upgrade build
python -m build
- name: ⬆ Upload build result
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit da10399

Please sign in to comment.