Skip to content

Commit 8fda0ee

Browse files
committed
Use newer package build command
1 parent d4da26c commit 8fda0ee

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
@@ -19,10 +19,10 @@ jobs:
1919
python-version: 3
2020

2121
- name: Install dependencies
22-
run: python -m pip install --upgrade setuptools wheel
22+
run: python -m pip install --upgrade pip build
2323

2424
- name: Build Python package
25-
run: python setup.py bdist_wheel sdist
25+
run: python -m build
2626

2727
- name: Upload Python packages artifact
2828
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)