Skip to content

Commit

Permalink
we should probably fix this in the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 20, 2023
1 parent 214cbb6 commit be9c828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

- name: Build sdist
run: >
pip install build
yum install -y hdf5-devel netcdf-devel
&& pip install build
&& python -m build --sdist . --outdir dist
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit be9c828

Please sign in to comment.