Skip to content

Commit

Permalink
Merge branch 'add-source-distribution'
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 15, 2024
2 parents 571cbe6 + fc2afdc commit 195a2a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
pip install --upgrade pip setuptools wheel auditwheel patchelf
- name: Build the wheel
run: python setup.py bdist_wheel
- name: Build the source distribution
run: python setup.py sdist
- name: Repair wheel with auditwheel
run: |
auditwheel show dist/*.whl
Expand All @@ -32,6 +34,12 @@ jobs:
with:
name: ubuntu-wheel
path: wheelhouse/*.whl
- name: Upload source distribution
uses: actions/upload-artifact@v3
with:
name: source-distribution
path: dist/*.tar.gz


build_windows:
runs-on: windows-latest
Expand Down

0 comments on commit 195a2a5

Please sign in to comment.