Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Aug 22, 2024
1 parent 5754d68 commit f027227
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,14 @@ jobs:

- uses: actions/setup-python@v5

- name: Setup venv
- name: Install requirements and build wheels
run: |
cd ../../
python -m venv build_env
source build_env/bin/activate
python -m pip install numpy scipy cython --upgrade
python -m pip install twine build --upgrade
python -m pip install cibuildwheel==2.20.0
cd genieclust/genieclust
- name: Install requirements
run: python -m pip install -r requirements.txt --upgrade

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
python -m pip install --upgrade pip
python -m pip install --upgrade twine build wheel
python -m pip install --upgrade numpy scipy cython
python -m pip install --upgrade -r requirements.txt
python -m pip install --upgrade cibuildwheel
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f027227

Please sign in to comment.