Skip to content

Commit

Permalink
Build and publish wheel (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus authored Nov 25, 2024
1 parent 59228ca commit bfbf683
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
with:
python-version: 3.8
- name: Install dependencies
run: pip install -U pip setuptools wheel
- name: Build sdist
run: python setup.py sdist
- name: Upload sdist as artifact
run: |
pip install -U pip setuptools wheel
pip install -U build
- name: Build dist
run: python -m build --sdist --wheel
- name: Upload dist as artifact
uses: actions/upload-artifact@v4
with:
name: pyblhost-${{ github.sha }}
Expand Down

0 comments on commit bfbf683

Please sign in to comment.