We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4da26c commit 8fda0eeCopy full SHA for 8fda0ee
.github/workflows/release.yml
@@ -19,10 +19,10 @@ jobs:
19
python-version: 3
20
21
- name: Install dependencies
22
- run: python -m pip install --upgrade setuptools wheel
+ run: python -m pip install --upgrade pip build
23
24
- name: Build Python package
25
- run: python setup.py bdist_wheel sdist
+ run: python -m build
26
27
- name: Upload Python packages artifact
28
uses: actions/upload-artifact@v4
0 commit comments