We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0690884 commit 3903d4aCopy full SHA for 3903d4a
.github/workflows/release.yml
@@ -44,6 +44,8 @@ jobs:
44
uses: actions/setup-python@v5
45
with:
46
python-version: ${{ env.PYTHON_VERSION }}
47
+ - name: Install python build
48
+ run: python -m pip install build
49
- name: Build wheels
50
run: python -m build -w -o wheelhouse
51
- name: Upload artifacts
0 commit comments