Skip to content

Commit

Permalink
Add python source build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Oct 8, 2024
1 parent 6318145 commit ed82c3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ jobs:
# Build the wheel package with or without nogil suffix.
- name: Build
run: |
$LOCAL_PYTHON -P setup.py bdist_wheel
if [ "${{ matrix.build-from-source }}" = "true" ]; then
$LOCAL_PYTHON -P setup.py bdist_wheel --wheel-suffix=_nogil
else
$LOCAL_PYTHON -P setup.py bdist_wheel
mv dist/*.whl dist/*_nogil.whl
fi
shell: bash

Expand Down

0 comments on commit ed82c3d

Please sign in to comment.