Skip to content

Commit

Permalink
add forgotten installation of cibuildwheels
Browse files Browse the repository at this point in the history
  • Loading branch information
gschnabel committed May 30, 2024
1 parent 2de0140 commit 07a1da5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
- name: Install build deps
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.7 setuptools lark appdirs pybind11 build
python -m pip install poetry==1.7 cibuildwheel=2.18.1 setuptools
python -m pip install lark appdirs pybind11 build
- name: Set endf-parserpy version based on tag
run: poetry version $(git describe --tags --abbrev=0)

- name: Install cibuildwheel
run: poetry run python -m pip install cibuildwheel==2.18.1

- name: Build wheels
env:
INSTALL_ENDF_PARSERPY_CPP: yes
Expand Down

0 comments on commit 07a1da5

Please sign in to comment.