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 ac06387 commit b56871b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ jobs:
- name: Build
run: |
$LOCAL_PYTHON -P setup.py bdist_wheel
if [ "${{ matrix.build-from-source }}" = "true" ]; then
cd ${{github.workspace}}
# There is only one so we don't need a loop but - meh.
for file in build/dist/*.whl; do
mv "$file" "${file%.whl}_nogil.whl"
done
fi
#if [ "${{ matrix.build-from-source }}" = "true" ]; then
#cd ${{github.workspace}}
## There is only one so we don't need a loop but - meh.
#for file in build/dist/*.whl; do
# mv "$file" "${file%.whl}_nogil.whl"
#done
#fi
shell: bash

# Install the built wheel package so we can test it.
Expand Down

0 comments on commit b56871b

Please sign in to comment.