Skip to content

Commit

Permalink
Add wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 23, 2023
1 parent f8a33a9 commit 636d0bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
run: |
sudo apt-get update && sudo apt-get install -y cmake git g++ libtbb-dev libmpfr-dev libgmp-dev libpython3-dev python3 python3-distutils
- name: Build
run: pipx run build --sdist
- name: Check
Expand All @@ -33,6 +30,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update && sudo apt-get install -y cmake git g++ libtbb-dev libmpfr-dev libgmp-dev libpython3-dev python3 python3-distutils
git submodule update --init --recursive
- name: CI Build Wheel
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 636d0bb

Please sign in to comment.