Skip to content

Commit

Permalink
Update build_and_publush.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ita9naiwa committed Jan 15, 2024
1 parent 764adf3 commit 5e3c7fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_publush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:

- name: Build sdist
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt install libopenblas-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install openblas
pip install build
python -m build . --sdist -o wheelhouse
if: ${{ matrix.python-version == '311' && runner.os == 'Linux' && matrix.cibw-arch == 'auto' }}
Expand Down

0 comments on commit 5e3c7fb

Please sign in to comment.